NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
271 stars 53 forks source link

Fix tests with DEBUG_SERDE=disable #3356

Closed csarofeen closed 2 weeks ago

csarofeen commented 2 weeks ago

Getting some failures in the python tests with DEBUG_SERDE=disable, it's hitting this line. Not sure if this is the right fix. Repro:

DEBUG_SERDE=disable pytest -v tests/python/test_python_frontend.py  -k test_pad_dynamic
naoyam commented 2 weeks ago

!build