-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add ddc, fft, pdi and splines targets #671
Conversation
e913a7d
to
5baad36
Compare
8063414
to
583a0f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
thanks! |
b3deddd
to
3bda09a
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty ready to me. Great work!
On my side, I use the following policy:
so you'd have for example: target_link_libraries(ddc_fft INTERFACE DDC::core Kokkos::kokkos KokkosFFT::fft)
|
…ts in DDC::impl::
Current public targets:
DDC::core
contains the core part of DDCDDC::pdi
andDDC::PDI_Wrapper
(deprecated) contain the PDI extensionDDC::fft
contains the FFT extensionDDC::splines
contains the Splines extensionDDC::DDC
contains all