GPUInspector.jl
GPUInspector.jl copied to clipboard
Can we generalize more?
Currently we query the device/compute capability to figure out
- which data types are supported by tensor cores (https://github.com/pc2/GPUInspector.jl/blob/f5e17e589c2403222d616f7539dd69b6131bbfe4/src/peakflops_gpu.jl#L61)
- the number of cuda cores (https://github.com/pc2/GPUInspector.jl/blob/f5e17e589c2403222d616f7539dd69b6131bbfe4/src/gpuinfo.jl#L248)
- etc.?
Can we be more general with this?
See https://github.com/pc2/GPUInspector.jl/issues/13 😉