We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604f5ec commit 8575055Copy full SHA for 8575055
jaxlib/gpu/triton_kernels.cc
@@ -31,6 +31,7 @@
31
#include "jaxlib/gpu/vendor.h"
32
#include "xla/service/custom_call_status.h"
33
#include "xla/stream_executor/gpu/asm_compiler.h"
34
+#include "tsl/platform/env.h"
35
36
#define GPU_RETURN_IF_ERROR(expr) JAX_RETURN_IF_ERROR(JAX_AS_STATUS(expr))
37
jaxlib/gpu/vendor.h
@@ -496,6 +496,7 @@ typedef hipsparseDnVecDescr_t gpusparseDnVecDescr_t;
496
#define gpuMemcpyHostToDevice hipMemcpyHostToDevice
497
#define gpuMemcpyDeviceToHost hipMemcpyDeviceToHost
498
#define gpuStreamSynchronize hipStreamSynchronize
499
+#define gpuStreamWaitEvent hipStreamWaitEvent
500
#define gpuSuccess hipSuccess
501
502
#define gpuCtxGetDevice hipCtxGetDevice
0 commit comments