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
bitsandbytes
Commits
0b2ebcda
Commit
0b2ebcda
authored
Apr 11, 2023
by
Tim Dettmers
Browse files
Added launch bounds to fix launch resource error for Lion.
parent
ed6f3eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
csrc/kernels.cu
csrc/kernels.cu
+1
-0
No files found.
csrc/kernels.cu
View file @
0b2ebcda
...
...
@@ -1260,6 +1260,7 @@ kPreconditionOptimizerStatic8bit1State(T* p, T* __restrict__ const g, unsigned c
template
<
typename
T
,
int
OPTIMIZER
>
__global__
void
__launch_bounds__
(
1024
,
1
)
kOptimizerStatic8bit1State
(
T
*
p
,
T
*
const
g
,
unsigned
char
*
state1
,
const
float
*
unorm
,
const
float
max_unorm
,
const
float
param_norm
,
const
float
beta1
,
const
float
beta2
,
...
...
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