Addressed review comments

Explicit precision set for tests
This commit is contained in:
Ross Wheeler 2024-06-27 00:58:19 -07:00
parent eb0b74e559
commit d6d08be3c0
2 changed files with 6 additions and 4 deletions

View file

@ -21,10 +21,10 @@ jobs:
- name: test the dataloader without / with sanitize address
run: |
cd dev/test
make test_dataloader
make PRECISION=BF16 test_dataloader
./test_dataloader
make clean
make test_dataloader TEST_CFLAGS="-fsanitize=address -fno-omit-frame-pointer"
make PRECISION=BF16 TEST_CFLAGS="-fsanitize=address -fno-omit-frame-pointer" test_dataloader
./test_dataloader
ptx_and_sass_files: