mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
Addressed review comments
Explicit precision set for tests
This commit is contained in:
parent
eb0b74e559
commit
d6d08be3c0
2 changed files with 6 additions and 4 deletions
4
.github/workflows/ci_tests.yml
vendored
4
.github/workflows/ci_tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue