cutile-python
cutile-python copied to clipboard
cuTile is a programming model for writing parallel kernels for NVIDIA GPUs
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request? High ### Please...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request? High ### Please...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request? low ### Please...
Hello. Per the official documentation of cuTile, it currently requires a GPU with compute capability 10.x or 12.x, whose GPUs falls under the Blackwell architecture. I'm wondering if this tool...
## Description When reading through the code I noticed an unnecessary condition and early returns. Updated to simplify the code by flattening the structure and remove condition that is already...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request? Critical (currently preventing...
- Add scripts/cpplint.py for C++ style checking - Add scripts/check_license.sh for license header verification - Update workflow to use scripts from repo instead of image - Update lint image tag...