You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
shouldn't this be something that is addressed in the kokkos/kokkos repository after these headers are merged into it? We can't really develop things on top of Kokkos execution spaces in this repository.
We are starting to work on this for real. Couple things we need to change:
filenames/includes: currently we include files like "pack.hpp" right from the global include scope
one option: rename
second option: include directories i.e. you include something like "some-include-path/simd.hpp"
include guards: if we want this to be able to live also standalone we need to resolve the issue of what happens if both Kokkos and the external thing are used
There is probably interest to have this available via DESUL we need to discuss that.
we think that we might need to use include guards instead of pragma once
macros like SIMD_PRAGMA and SIMD_ALWAYS_INLINE are probably a bit too generic
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: