Izan Catalán
Izan Catalán
**What is your question?** Hi, I am modifying the predefined variables of [59_ampere_gather_scatter_conv](https://github.com/NVIDIA/cutlass/tree/main/examples/59_ampere_gather_scatter_conv), these are my new values: ``` using D = _1; using H = _4; using W =...
**What is your question?** Hello, I would like to know if, in addition to importing a custom kernel as detailed in [this example](https://github.com/NVIDIA/cutlass/blob/main/examples/python/02_pytorch_extension_grouped_gemm.ipynb), it is possible to import it into...
**Describe the bug** A clear and concise description of what the bug is. When I compile and execute the example 09_turing_tensorop_conv2dfprop I get an error. My environment is Ubuntu 18.04,...
**Describe the bug** A clear and concise description of what the bug is. Hi, I have checked that fprop conv2d is not working with integers for an Nvidia A100. I...