mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
Merge branch 'karpathy:master' into feature/tests
This commit is contained in:
commit
2e32e25e37
15 changed files with 1026 additions and 143 deletions
10
.github/workflows/ci_gpu.yml
vendored
10
.github/workflows/ci_gpu.yml
vendored
|
|
@ -110,3 +110,13 @@ jobs:
|
|||
|
||||
- name: Execute testing program fp32 with cuDNN
|
||||
run: ./test_gpt2fp32cu
|
||||
|
||||
unit-tests-gpu:
|
||||
runs-on: ubicloud-gpu-standard-1-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test Device<->File IO
|
||||
run: cd dev/test && nvcc -o device_file_io device_file_io.cu && ./device_file_io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue