Skip to content
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

[DistConv] Debug builds fail with ROCm enabled #74

Open
benson31 opened this issue Feb 15, 2023 · 0 comments
Open

[DistConv] Debug builds fail with ROCm enabled #74

benson31 opened this issue Feb 15, 2023 · 0 comments
Assignees
Labels
HIP/ROCM Related to HIP/ROCm

Comments

@benson31
Copy link
Contributor

Looks like some issues with assert. The following TUs are failing:

  • legacy/tests/tensor/CMakeFiles/test_halo_exchange_cuda.dir/test_halo_exchange_cuda.cu.o
  • legacy/tests/tensor/CMakeFiles/test_tensor_mpi_cuda_shuffle.dir/test_tensor_mpi_cuda_shuffle.cu.o
  • legacy/tests/tensor/CMakeFiles/test_tensor_mpi_cuda_copy.dir/test_tensor_mpi_cuda_copy.cu.o

It looks like there are some assert() calls in __host__ __device__ functions and the HIP compiler is unhappy about that.

@benson31 benson31 added the HIP/ROCM Related to HIP/ROCm label Feb 15, 2023
@benson31 benson31 self-assigned this Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HIP/ROCM Related to HIP/ROCm
Projects
None yet
Development

No branches or pull requests

1 participant