-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CUBLAS Matmul BiasAdd Grad Kernel #8063
Conversation
#include "oneflow/core/ep/include/primitive/memcpy.h" | ||
#include "oneflow/core/ep/cuda/cuda_device.h" | ||
// CUBLAS_AUX_EPILOGUE only support in cuda11.4 or higher version, in cuda11.4 it need static link. | ||
#if CUDA_VERSION >= 11040 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改为11042
#include "oneflow/user/kernels/cublas_fused_mlp_util.cuh" | ||
#include "oneflow/core/ep/include/primitive/memcpy.h" | ||
#include "oneflow/core/ep/cuda/cuda_device.h" | ||
// CUBLAS_AUX_EPILOGUE only support in cuda11.4 or higher version, in cuda11.4 it need static link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// CUBLAS_AUX_EPILOGUE only support in cuda11.4 or higher version, in cuda11.4 it need static link. | |
// CUBLASLT_EPILOGUE_BGRADB only support in cuda11.4 or higher version, in cuda11.4 it need static link. |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
Speed stats:
|
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/8063/ |
Speed stats:
|
Speed stats:
|
No description provided.