[PATCH] D49616: [buildbot, CUDA] Adjust GPU list for the tests on cuda-build-test-01

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 14:39:14 PDT 2018


tra added a comment.

I'm not confident that the GUIDS remain stable, either. I have no data to tell one way or another, though.
CUDA currently allows specifying enumeration order by PCI_ID or by 'fastest'.
If it becomes a problem I'll just force enumeration by PCI_ID, which should be somewhat more stable (though it may change on BIOS update or if I add/remove other PCIe devices).

Another option would be to not include PTX in the binaries, so we'll know right away if we attempt to run the tests on the wrong GPU.


https://reviews.llvm.org/D49616





More information about the llvm-commits mailing list