Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Jan 10, 2025
1 parent d7a7af9 commit b0a56f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/35_gemm_softmax/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cutlass_example_add_executable(
35_gemm_softmax
gemm_softmax.cu
)
else()
elseif (SYCL_NVIDIA_TARGET)
cutlass_example_add_executable(
35_gemm_online_softmax
gemm_online_softmax.cpp
Expand Down

0 comments on commit b0a56f5

Please sign in to comment.