Skip to content

Commit f3b7c5c

Browse files
Updates LLVM usage to match [0230d63b4a8b](llvm/llvm-project@0230d63b4a8b) PiperOrigin-RevId: 738222096
1 parent e949eff commit f3b7c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/mosaic/gpu/custom_call.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mlir::FailureOr<mlir::OpPassManager> GetPassPipeline(
143143
mlir::memref::registerMemRefPasses();
144144
mlir::registerConvertToLLVMPass();
145145
mlir::registerGPUPasses();
146-
mlir::registerGpuLaunchSinkIndexComputations();
146+
mlir::registerGpuLaunchSinkIndexComputationsPass();
147147
mosaic::gpu::registerGpuLaunchLoweringPass();
148148
mosaic::gpu::registerConvertGpuToLLVMPass();
149149
mosaic::gpu::registerByvalInsertionPass();

0 commit comments

Comments
 (0)