Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Oct 31, 2022
1 parent 82b4ccb commit d30e24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/runtime/llvm/llvm_runtime_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ LlvmRuntimeExecutor::LlvmRuntimeExecutor(CompileConfig &config,
}
#endif

#if define(TI_WITH_AMDGPU)
#if defined(TI_WITH_AMDGPU)
if (config.arch == Arch::amdgpu) {
AMDGPUContext::get_instance().set_debug(config.debug);
device_ = std::make_shared<amdgpu::AMDGPUDevice>();
Expand Down

0 comments on commit d30e24b

Please sign in to comment.