privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
48 stars 5 forks source link

Support multiple GPU devices in context_cl.go #58

Open ryscheng opened 7 years ago

ryscheng commented 7 years ago

Currently a ContextCL will select a random GPU for use. I think instead it should just enumerate all GPU devices and use them in a single context. Hopefully OpenCL would be smart enough to properly load balance concurrent execution.