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?
Currently we query the device/compute capability to figure out
GPUInspector.jl/src/peakflops_gpu.jl
Line 61 in f5e17e5
GPUInspector.jl/src/gpuinfo.jl
Line 248 in f5e17e5
Can we be more general with this?