SKKU-ESLAB / Auto-Compression

Automatic DNN compression tool with various model compression and neural architecture search techniques
MIT License
20 stars 20 forks source link

Issues with Tensor core in NVIDIA GPU #33

Open sminy67 opened 1 year ago

sminy67 commented 1 year ago

There is Tensor core in NVIDIA GPUs but as the architectures get different, so as the number of tensor cores. Then how do we fully utilize tensor core when coding CUDA? I'm aiming to use tensor cores with quantization and sparse operations.