Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
cd6a962e
Commit
cd6a962e
authored
Sep 27, 2023
by
Camille Zhong
Committed by
Zian(Andy) Zheng
Oct 07, 2023
Browse files
[NFC] polish code style (#4799)
parent
07ed155e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
colossalai/kernel/cuda_native/csrc/gptq/tuning.h
colossalai/kernel/cuda_native/csrc/gptq/tuning.h
+4
-5
No files found.
colossalai/kernel/cuda_native/csrc/gptq/tuning.h
View file @
cd6a962e
...
@@ -3,11 +3,10 @@
...
@@ -3,11 +3,10 @@
#ifndef _tuning_h
#ifndef _tuning_h
#define _tuning_h
#define _tuning_h
struct
ExLlamaTuning
struct
ExLlamaTuning
{
{
int
matmul_recons_thd
;
int
matmul_recons_thd
;
bool
matmul_fused_remap
;
bool
matmul_fused_remap
;
bool
matmul_no_half2
;
bool
matmul_no_half2
;
};
};
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment