Support bfloat16 on NULL backend (#12340)

* add failing test

* move test

* only run test with NULL default

* add skip reason

* add fix
This commit is contained in:
hooved
2025-09-30 00:02:30 -04:00
committed by GitHub
parent af935e7d32
commit 39aae679e4
3 changed files with 16 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ jobs:
- name: Run unit tests
run: python -m pytest -n=auto test/unit/ --durations=20
- name: Run targetted tests on NULL backend
run: NULL=1 python3 test/test_multitensor.py TestMultiTensor.test_data_parallel_resnet_train_step
run: NULL=1 python3 -m unittest test.test_multitensor.TestMultiTensor.test_data_parallel_resnet_train_step test/device/test_null.py
- name: Run SDXL on NULL backend
run: MAX_BUFFER_SIZE=0 NULL=1 DEBUG=1 python3 examples/sdxl.py --seed 0 --noshow --timing --fakeweights
- name: Run Clip tests for SD MLPerf on NULL backend