alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
358 stars 74 forks source link

single-header branch broken #2431

Open StewMH opened 1 week ago

StewMH commented 1 week ago

At some point the single-header branch started having this line:

                #include "alpaka/queue/cuda_hip/QueueUniformCudaHipRt.hpp"

https://github.com/alpaka-group/alpaka/blob/3a08ca779f5ffb90396265bc14f825c8ada545dc/include/alpaka/alpaka.hpp#L24060C1-L24060C63

I couldn't immediately figure out when this crept in. Maybe a change to the amalgamate script from October 13? https://github.com/shrpnsld/amalgamate/commit/53fb2dd015c49f7f202afd44e45c4b93de46eb3f

It was working when I opened #2276 on May 13

mehmetyusufoglu commented 1 day ago

We are checking, sorry for late response.