-
Notifications
You must be signed in to change notification settings - Fork 95
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
gpu_blas_lt_gemm_runner #2766
base: r2.13-rocm-enhanced-upate-llvm
Are you sure you want to change the base?
gpu_blas_lt_gemm_runner #2766
Conversation
we also have this and it seems for CUDA-only https://github.com/ROCm/tensorflow-upstream/blob/r2.13-rocm-enhanced-hipblaslt_gpu_blas_lt_runner/tensorflow/core/kernels/matmul_op_impl.h#L411-L413 I'm thinking maybe we should unify these flags as one for non-xla @ScXfjiang @pemeliya |
I prefer flags in |
debug_options_flags.cc is for XLA specific stuff. If this is TF and non-xla, these flags are more messy. |
No description provided.