GPUInspector.jl icon indicating copy to clipboard operation
GPUInspector.jl copied to clipboard

Can we generalize more?

Open carstenbauer opened this issue 1 year ago • 1 comments

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?

carstenbauer avatar Aug 11 '23 09:08 carstenbauer

See https://github.com/pc2/GPUInspector.jl/issues/13 😉

carstenbauer avatar Aug 11 '23 09:08 carstenbauer