Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jaxlib/gpu/vendor.h
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ typedef hipsparseDnVecDescr_t gpusparseDnVecDescr_t;
#define GPU_STREAM_NON_BLOCKING hipStreamNonBlocking

#define gpuMalloc hipMalloc
#define gpuGetLastError hipGetLastError
#define gpuGetLastError hipExtGetLastError
#define gpuGetErrorString hipGetErrorString
#define gpuMemcpyAsync hipMemcpyAsync
#define gpuMemcpyDeviceToDevice hipMemcpyDeviceToDevice
Expand Down
Loading