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
Lmdeploy
Commits
9b3cb662
Commit
9b3cb662
authored
Apr 28, 2024
by
zhouxiang
Browse files
修改前台打印策略
parent
9d75245e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/turbomind/utils/cublasMMWrapper.cc
src/turbomind/utils/cublasMMWrapper.cc
+1
-1
No files found.
src/turbomind/utils/cublasMMWrapper.cc
View file @
9b3cb662
...
@@ -51,7 +51,7 @@ cublasMMWrapper::cublasMMWrapper(cublasHandle_t cublas_handle,
...
@@ -51,7 +51,7 @@ cublasMMWrapper::cublasMMWrapper(cublasHandle_t cublas_handle,
if
(
env_n_value_str
!=
nullptr
)
{
if
(
env_n_value_str
!=
nullptr
)
{
m_ihgemm_switch_n
=
std
::
stoi
(
env_n_value_str
);
m_ihgemm_switch_n
=
std
::
stoi
(
env_n_value_str
);
}
}
if
(
m_ihgemm_switch
=
=
0
)
printf
(
"hgemm_switch=%d, hgemm_switch_n_limit=%d
\n
"
,
m_ihgemm_switch
,
m_ihgemm_switch_n
);
if
(
m_ihgemm_switch
!
=
0
)
printf
(
"hgemm_switch=%d, hgemm_switch_n_limit=%d
\n
"
,
m_ihgemm_switch
,
m_ihgemm_switch_n
);
}
}
#ifdef SPARSITY_ENABLED
#ifdef SPARSITY_ENABLED
...
...
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