alpaka-group / alpaka

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

Explicitly call alpaka::detail to achieve SYCL compilation #2385

Closed MichaelVarvarin closed 2 months ago

psychocoderHPC commented 2 months ago

This bugfix is required because we have a detail namespace in alpaka::trait and alpaka. All usages from within the namespace alpaka::trait will look into alpaka::trait::detail if we do a lookup to e.g. detail::Foo