Skip to content

Commit

Permalink
Merge pull request ROCm#1780 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][ROCm#1777][Tensor][tests][fix] Fix the failed `cutensor2hiptensor.cu` test
  • Loading branch information
emankov authored Dec 5, 2024
2 parents 9fd37a9 + 1b1b19a commit 5442131
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit_tests/synthetic/libraries/cutensor2hiptensor.cu
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ int main() {
cutensorDataType_t TENSOR_R_8U = CUTENSOR_R_8U;
cutensorDataType_t TENSOR_R_32I = CUTENSOR_R_32I;
cutensorDataType_t TENSOR_R_32U = CUTENSOR_R_32U;

//CHECK: hiptensorWorksizePreference_t TENSOR_WORKSPACE_DEFAULT = HIPTENSOR_WORKSPACE_DEFAULT;
cutensorWorksizePreference_t TENSOR_WORKSPACE_DEFAULT = CUTENSOR_ALGO_DEFAULT_PATIENT;
#endif

#if CUTENSOR_MAJOR >= 1
Expand Down

0 comments on commit 5442131

Please sign in to comment.