Skip to content

Commit ec4b31b

Browse files
committed
Add cuDeviceGetUuid in libcuda_deprecated.jl
1 parent 17e235c commit ec4b31b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/cudadrv/libcuda_deprecated.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ end
4949
captureStatus_out::Ptr{CUstreamCaptureStatus},
5050
id_out::Ptr{cuuint64_t})::CUresult
5151
end
52+
53+
## removed in CUDA 13.0
54+
55+
@checked function cuDeviceGetUuid(uuid, dev)
56+
@gcsafe_ccall libcuda.cuDeviceGetUuid(uuid::Ptr{CUuuid}, dev::CUdevice)::CUresult
57+
end

0 commit comments

Comments
 (0)