File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -979,9 +979,6 @@ cc_library(
979979 "-Wl,-exported_symbol,_ReactantFuncSetArgAttr" ,
980980 "-Wl,-exported_symbol,_ReactantHermeticCudaGetVersion" ,
981981 "-Wl,-exported_symbol,_ReactantCudaDriverGetVersion" ,
982- "-Wl,-exported_symbol,_ReactantCudaDeviceGetComputeCapalilityMajor" ,
983- "-Wl,-exported_symbol,_ReactantCudaDeviceGetComputeCapalilityMinor" ,
984- "-Wl,-exported_symbol,_ReactantCudaDeviceGetWarpSizeInThreads" ,
985982 "-Wl,-exported_symbol,_ReactantLLVMParseCommandLineOptions" ,
986983 "-Wl,-exported_symbol,_ReactantCudaDeviceGetComputeCapalilityMajor" ,
987984 "-Wl,-exported_symbol,_ReactantCudaDeviceGetComputeCapalilityMinor" ,
Original file line number Diff line number Diff line change @@ -1914,7 +1914,7 @@ function compile_mlir!(
19141914 end ,
19151915 ' ,' ,
19161916 ),
1917- " before_kernel " ,
1917+ " no_triton " ,
19181918 )
19191919 elseif compile_options. optimization_passes === :before_kernel
19201920 run_pass_pipeline! (
You can’t perform that action at this time.
0 commit comments