Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2022
1 parent 2dddee4 commit 8e35ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/runtime/llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()

if (TI_WITH_AMDGPU)
target_link_libraries(llvm_runtime PRIVATE ${llvm_ptx_libs})
target_link_libraries(llvm_runtime PRIVATE amdgpu_rhi)
target_link_libraries(llvm_runtime PRIVATE amdgpu_rhi)
endif()

if (TI_WITH_DX12)
Expand Down

0 comments on commit 8e35ee1

Please sign in to comment.