zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels
https://zeratax.github.io/yacx
MIT License
8 stars 4 forks source link

select Device per UUID #57

Closed zeratax closed 4 years ago

LukasSiefke commented 4 years ago

Additionally listing all devices would also be nice.

zeratax commented 4 years ago

regex for UUID:

[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
LukasSiefke commented 4 years ago

Schön, dass auf dem Agamemnon anscheinend keine cuDeviceGetUuid-Methode existiert, aber immerhin auf dem Palma. Ist dann halt nicht so cool für unsere continuous integration, wenns auf dem Agamemnon nicht mehr kompilierbar ist.