Skip to content

Commit fbb621f

Browse files
committed
fix: extra export + naming
1 parent 34937ca commit fbb621f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

deps/ReactantExtra/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

src/Compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!(

0 commit comments

Comments
 (0)