Skip to content

Commit e4abb89

Browse files
authored
Merge pull request #36 from ichowenyu/main
Update README.md --style highlighting one cpp code block
2 parents e636de3 + f9c2a87 commit e4abb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The GELU code below will illustrate the three main aspects of setting up a GPU c
9494

9595
Here's a GELU kernel implemented (based on the CUDA implementation in [llm.c](https://github.com/karpathy/llm.c)) as on-device WebGPU WGSL code and invoked from the host using gpu.cpp library functions and types. It can be compiled using a standard C++ compiler (we recommend Clang):
9696

97-
```
97+
```cpp
9898
#include <array>
9999
#include <cstdio>
100100
#include <future>

0 commit comments

Comments
 (0)