Skip to content
Commit 86c28382 authored by Daniel Zinn's avatar Daniel Zinn
Browse files

If cuda headers are presented to nix in $out/include they are added to future...

If cuda headers are presented to nix in $out/include they are added to future gcc calls via a -isystem flag. However, cuda does not allow kernel calls from template function if these are located in system-headers. We thus move headers from $out/include to $out/usr_include and add a custom hook to add these headers via -I.
parent 01bbc613
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment