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
8fca9b49
Commit
8fca9b49
authored
Oct 12, 2020
by
Vijay Korthikanti
Browse files
suppress kernel loading output
parent
538f0e05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
megatron/fused_kernels/__init__.py
megatron/fused_kernels/__init__.py
+2
-4
No files found.
megatron/fused_kernels/__init__.py
View file @
8fca9b49
...
@@ -69,8 +69,7 @@ def load_scaled_upper_triang_masked_softmax_fusion_kernel():
...
@@ -69,8 +69,7 @@ def load_scaled_upper_triang_masked_softmax_fusion_kernel():
'-U__CUDA_NO_HALF_CONVERSIONS__'
,
'-U__CUDA_NO_HALF_CONVERSIONS__'
,
'--expt-relaxed-constexpr'
,
'--expt-relaxed-constexpr'
,
'--expt-extended-lambda'
,
'--expt-extended-lambda'
,
'--use_fast_math'
]
+
cc_flag
,
'--use_fast_math'
]
+
cc_flag
)
verbose
=
True
)
def
load_scaled_masked_softmax_fusion_kernel
():
def
load_scaled_masked_softmax_fusion_kernel
():
...
@@ -98,5 +97,4 @@ def load_scaled_masked_softmax_fusion_kernel():
...
@@ -98,5 +97,4 @@ def load_scaled_masked_softmax_fusion_kernel():
'-U__CUDA_NO_HALF_CONVERSIONS__'
,
'-U__CUDA_NO_HALF_CONVERSIONS__'
,
'--expt-relaxed-constexpr'
,
'--expt-relaxed-constexpr'
,
'--expt-extended-lambda'
,
'--expt-extended-lambda'
,
'--use_fast_math'
]
+
cc_flag
,
'--use_fast_math'
]
+
cc_flag
)
verbose
=
True
)
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