UWB-Biocomputing / Graphitti

A project to facilitate construction of high-performance simulations of graph-structured systems.
https://uwb-biocomputing.github.io/Graphitti/
Apache License 2.0
7 stars 14 forks source link

Intelligent GPU query/configuration capability #15

Open stiber opened 11 years ago

stiber commented 11 years ago

Can we automate determining number of threads per block, etc. based on GPU capabilities? We should certainly, at least, query the GPU capabilities and gracefully exit, with informative feedback, if those capabilities don't match simulation requirements.

stiber commented 8 years ago

This will be especially important as we move to support multiple GPUs, so it makes sense to get it working with a single GPU first.

stiber commented 7 years ago

Probably should be generalized as applying to any situation with multiple computing resources, including multicore.