Skip to content

Commit 808c3e4

Browse files
gulsumgudukbaydsicarov-amd
authored andcommitted
SWDEV-512768 - Replace hipGetLastError with hipExtGetLastError (#465)
Co-authored-by: Dragoslav Sicarov <[email protected]>
1 parent cd8549e commit 808c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/gpu/vendor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ typedef hipsparseDnVecDescr_t gpusparseDnVecDescr_t;
700700
#define GPU_STREAM_NON_BLOCKING hipStreamNonBlocking
701701

702702
#define gpuMalloc hipMalloc
703-
#define gpuGetLastError hipGetLastError
703+
#define gpuGetLastError hipExtGetLastError
704704
#define gpuGetErrorString hipGetErrorString
705705
#define gpuMemcpyAsync hipMemcpyAsync
706706
#define gpuMemcpyDeviceToDevice hipMemcpyDeviceToDevice

0 commit comments

Comments
 (0)