This is an archive of the discontinued LLVM Phabricator instance.

[test-suite] Organize build targets for CUDA tests.
ClosedPublic

Authored by tra on Sep 14 2016, 2:27 PM.

Details

Summary

Now target hierarchy looks like this:

cuda-tests-all:

cuda-tests-simple:
  cuda-tests-simple-{variant}:
     <test name>-{variant}
cuda-tests-thrust:
  cuda-tests-thrust-{variant}:
     <test name>-{variant}

Diff Detail

Repository
rL LLVM

Event Timeline

tra updated this revision to Diff 71436.Sep 14 2016, 2:27 PM
tra retitled this revision from to [test-suite] Organize build targets for CUDA tests..
tra updated this object.
tra added a reviewer: jlebar.
tra added a subscriber: llvm-commits.
jlebar accepted this revision.Sep 14 2016, 2:31 PM
jlebar edited edge metadata.
This revision is now accepted and ready to land.Sep 14 2016, 2:31 PM
This revision was automatically updated to reflect the committed changes.