-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update libvgpu_so Signed-off-by: limengxuan <[email protected]>
- Loading branch information
1 parent
b64bdb2
commit b7c367a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libvgpu
updated
17 files
+28 −0 | .vscode/settings.json | |
+53 −17 | README.md | |
+104 −0 | README_CN.md | |
+1 −1 | src/allocator/allocator.c | |
+21 −21 | src/cuda/context.c | |
+17 −17 | src/cuda/device.c | |
+20 −23 | src/cuda/event.c | |
+47 −47 | src/cuda/graph.c | |
+2 −2 | src/cuda/hook.c | |
+91 −89 | src/cuda/memory.c | |
+3 −3 | src/cuda/stream.c | |
+209 −1 | src/include/libcuda_hook.h | |
+9 −1 | src/include/libvgpu.h | |
+205 −205 | src/libvgpu.c | |
+23 −20 | src/multiprocess/multiprocess_utilization_watcher.c | |
+6 −5 | src/nvml/hook.c | |
+1 −1 | src/nvml/nvml_entry.c |