Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2023
1 parent 8b56bc0 commit 1e625b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions taichi/rhi/amdgpu/amdgpu_profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ class KernelProfilerAMDGPU : public KernelProfilerBase {

class EventToolkitAMDGPU {
public:
void update_record(
uint32_t records_size_after_sync,
std::vector<KernelProfileTracedRecord> &traced_records);
void update_record(uint32_t records_size_after_sync,
std::vector<KernelProfileTracedRecord> &traced_records);
KernelProfilerBase::TaskHandle start_with_handle(
const std::string &kernel_name);
void update_timeline(
std::vector<KernelProfileTracedRecord> &traced_records);
void update_timeline(std::vector<KernelProfileTracedRecord> &traced_records);
void clear() {
event_records_.clear();
}
Expand Down

0 comments on commit 1e625b0

Please sign in to comment.