Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 4, 2023
1 parent 0141b92 commit f661c52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions taichi/rhi/amdgpu/amdgpu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ class AMDGPUContext {
return dev_count_ != 0;
}

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)

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

0 comments on commit f661c52

Please sign in to comment.