cutile-python icon indicating copy to clipboard operation
cutile-python copied to clipboard

cuTile is a programming model for writing parallel kernels for NVIDIA GPUs

Results 37 cutile-python issues
Sort by recently updated
recently updated
newest added

### 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...

feature request
priority: P1
dep: cuda-tileir

### 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...

status: needs-triage
feature request

### 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...

status: needs-triage
feature request

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...

status: triaged

## 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...

status: needs-triage
feature request

- 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...