Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 4, 2023
1 parent b5c4588 commit f5b0dc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions taichi/rhi/amdgpu/amdgpu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ 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,
const std::vector<void *> &arg_pointers,
Expand Down

0 comments on commit f5b0dc6

Please sign in to comment.