Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed May 24, 2024
1 parent ecd5afd commit 30f85c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/gpu/gpu_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GpuManager {
int max_registers_per_block;
int max_threads_per_block;
int max_registers_per_thread = 256; // TODO: how to get this?
int smem_align = 128; // TODO: how to get this?
int smem_align = 128; // TODO: how to get this?
ArchRef arch;
};

Expand Down

0 comments on commit 30f85c4

Please sign in to comment.