This is an archive of the discontinued LLVM Phabricator instance.

[test-suite, CUDA] Make sure we use the thrust library from test external dir.
ClosedPublic

Authored by tra on Jan 2 2018, 3:01 PM.

Details

Summary

CUDA SDK comes with its own copy of thrust in its includes. In order to
guarantee that our thrust tests pick up the headers from the right place,
we need to ensure that thrust include paths precede any explicit CUDA
include paths.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Jan 2 2018, 3:01 PM
jlebar accepted this revision.Jan 8 2018, 8:23 AM
This revision is now accepted and ready to land.Jan 8 2018, 8:23 AM
This revision was automatically updated to reflect the committed changes.