Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #16337: [ROCM] disable setting workspace on ROCM
Imported from GitHub PR #16337 This is a follow-up PR for #16149 which was closed with unmerged commits. Here I disable setting workspace on ROCM. This feature seems to produce sporadic errors because rocblas_set_workspace uses blocking memory functions (e.g. hipMalloc/hipFree) to manipulate scratch memory (which do not work under stream capture). **Disabled** until we have a clear idea on how to make it working on ROCM. @xla-rotation: could you have a look please ? Copybara import of the project: -- 6f42f69 by Pavel Emeliyanenko <[email protected]>: disable workspace Merging this change closes #16337 COPYBARA_INTEGRATE_REVIEW=#16337 from ROCm:ci_rocblas_disable_workspace 6f42f69 PiperOrigin-RevId: 666524181
- Loading branch information