Merge branch 'karpathy:master' into feature/tests

This commit is contained in:
rosslwheeler 2024-06-24 23:05:55 -07:00 committed by GitHub
commit 2e32e25e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1026 additions and 143 deletions

View file

@ -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