Skip to content

[Functionalization] dynamo test failure #4680

@wonjoo-wj

Description

@wonjoo-wj

With the latest rebases of the functionalization branches, we're seeing new test failure related to dynamo:

(base) jenkins@26d7adccbc26:/workspace/pytorch/xla$ python test/dynamo/test_dynamo.py -k test_resnet18
F
======================================================================
FAIL: test_resnet18 (__main__.DynamoTrainingBasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/dynamo/test_dynamo.py", line 163, in test_resnet18
    self.assertEqual(met.metric_data('CompileTime')[0], 4)
AssertionError: 5 != 4

----------------------------------------------------------------------
Ran 2 tests in 41.536s

FAILED (failures=1)

Previously, we had dynamo tests fail that were failing due to seemingly related metric assertions (issue -- #4414). This error is different, as it does not throw any additional warnings and only the graph compilation metric counter comparison is failing.

Creating this issue for tracking purposes.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions