Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 4, 2023
1 parent f5b0dc6 commit 5af3ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/rhi/amdgpu/amdgpu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AMDGPUContext {
void pack_args(std::vector<void *> arg_pointers,
std::vector<int> arg_sizes, char *arg_packed);

int get_args_byte(std::vector<int> arg_sizes)
int get_args_byte(std::vector<int> arg_sizes);

void launch(void *func,
const std::string &task_name,
Expand Down

0 comments on commit 5af3ccd

Please sign in to comment.