Skip to content

Conversation

@LiuACG
Copy link

@LiuACG LiuACG commented Oct 29, 2025

Problem:

This PR fixes two bugs in python/cutlass_library/library.py:

  1. Syntax Error: Line 1301 had an invalid trailing comma in enum definition Device = enum_auto(),
  2. Duplicate Class Definition: Direct2dConvFixedStrideDilationTileDescription was defined twice (lines 1456-1486 and 1489-1519)

Solution:

  • Fix syntax error: Remove trailing comma from GroupScheduleMode.Device enum definition
  • Remove duplication: Delete the duplicate Direct2dConvFixedStrideDilationTileDescription class definition

…ry.py

- Remove trailing comma from GroupScheduleMode.Device enum definition
- Remove duplicate Direct2dConvFixedStrideDilationTileDescription class definition
@github-actions
Copy link

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant