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
Megatron-LM
Commits
3dcd7dc0
Commit
3dcd7dc0
authored
Oct 05, 2020
by
Vijay Korthikanti
Browse files
build directory
parent
a7f4e460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
megatron/fused_kernels/__init__.py
megatron/fused_kernels/__init__.py
+2
-2
No files found.
megatron/fused_kernels/__init__.py
View file @
3dcd7dc0
...
...
@@ -51,7 +51,7 @@ def load_scaled_upper_triang_masked_softmax_fusion_kernel():
name
=
'scaled_upper_triang_masked_softmax_cuda'
,
sources
=
[
srcpath
/
'scaled_upper_triang_masked_softmax.cpp'
,
srcpath
/
'scaled_upper_triang_masked_softmax_cuda.cu'
],
build_directory
=
srcpath
,
build_directory
=
srcpath
/
'build'
,
extra_cflags
=
[
'-O3'
,],
extra_cuda_cflags
=
[
'-O3'
,
'-gencode'
,
'arch=compute_70,code=sm_70'
,
...
...
@@ -76,7 +76,7 @@ def load_scaled_masked_softmax_fusion_kernel():
name
=
'scaled_masked_softmax_cuda'
,
sources
=
[
srcpath
/
'scaled_masked_softmax.cpp'
,
srcpath
/
'scaled_masked_softmax_cuda.cu'
],
build_directory
=
srcpath
,
build_directory
=
srcpath
/
'build'
,
extra_cflags
=
[
'-O3'
,],
extra_cuda_cflags
=
[
'-O3'
,
'-gencode'
,
'arch=compute_70,code=sm_70'
,
...
...
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