Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 1, 2023
1 parent c168a6e commit 45dff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/jit/jit_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class JITModule {
#endif
}
else if (module_arch() == Arch::amdgpu) {
#if defined(TI_WITH_CUDA)
#if defined(TI_WITH_AMDGPU)
auto arg_bytes = JITModule::get_args_bytes(args...);
char packed_args[arg_bytes];
JITModule::init_args_pointers(packed_args, args...);
Expand Down

0 comments on commit 45dff60

Please sign in to comment.