MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / DSLAstPreprocessorError

Class DSLAstPreprocessorError

python/CuTeDSL/cutlass/base_dsl/common.py:354–361  ·  view source on GitHub ↗

Raised when an error occurs during AST preprocessing or visiting in the DSL.

Source from the content-addressed store, hash-verified

352
353
354class DSLAstPreprocessorError(DSLBaseError):
355 """
356 Raised when an error occurs during AST preprocessing or visiting in the DSL.
357 """
358
359 # Same approach: You could override _format_message if you want
360 # to emphasize AST node details or anything specific to preprocessing.
361 pass
362
363
364class DSLNotImplemented(DSLBaseError):

Callers 9

fstring_decomposeFunction · 0.85
check_early_exitMethod · 0.85
extract_range_argsMethod · 0.85
visit_BoolOpMethod · 0.85
transform_for_loopMethod · 0.85
processFStringMethod · 0.85
visit_NameMethod · 0.85
check_decoratorMethod · 0.85
visit_GlobalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected