-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore model profile catalog with one entry required for tests
- Loading branch information
1 parent
7ed552c
commit 9fb9d08
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[ | ||
{ | ||
"namespace":"nos::openai\/clip-vit-base-patch32", | ||
"profiling_data":{ | ||
"init::memory_gpu::pre":1001259008, | ||
"init::memory_cpu::pre":18951331840, | ||
"init::memory_gpu::post":1640890368, | ||
"init::memory_cpu::post":19440001024, | ||
"forward::memory_gpu::pre":1640890368, | ||
"forward::memory_cpu::pre":19440001024, | ||
"forward::memory_gpu::post":1642987520, | ||
"forward::memory_cpu::post":19440001024, | ||
"forward_warmup::execution":{ | ||
"num_iterations":436, | ||
"total_ms":2003.6902427673, | ||
"cpu_utilization":9.8, | ||
"gpu_utilization":38 | ||
}, | ||
"forward::execution":{ | ||
"num_iterations":1101, | ||
"total_ms":5002.1767616272, | ||
"cpu_utilization":9.8, | ||
"gpu_utilization":38 | ||
}, | ||
"cleanup::memory_gpu::pre":1642987520, | ||
"cleanup::memory_cpu::pre":19443097600, | ||
"cleanup::memory_gpu::post":1003356160, | ||
"cleanup::memory_cpu::post":19445149696, | ||
"wrap::memory_gpu::pre":1001259008, | ||
"wrap::memory_cpu::pre":18951331840, | ||
"wrap::memory_gpu::post":1003356160, | ||
"wrap::memory_cpu::post":19445149696, | ||
"batch_size":1, | ||
"shape":null, | ||
"forward::memory_gpu::allocated":1642987520, | ||
"forward::memory_cpu::allocated":19440001024, | ||
"forward::execution.gpu_utilization":38, | ||
"forward::execution.cpu_utilization":9.8 | ||
}, | ||
"model_id":"openai\/clip-vit-base-patch32", | ||
"method":"encode_image", | ||
"runtime":"gpu", | ||
"device_name":"nvidia-geforce-rtx-2080", | ||
"device_type":"cuda", | ||
"device_index":0, | ||
"date":"2024-01-24 22:20:01", | ||
"version":"0.1.5" | ||
} | ||
] |