Skip to content

Commit

Permalink
update folders in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Aug 4, 2024
1 parent e12192f commit 1a996d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ make train_gpt2_fp32

### Quick start (single kernels)

The `sycl` directory contains a number of standalone kernels that can be compiled and run independently. These are the building blocks of the full model and the `train_*` files.
The `dev/sycl` directory contains a number of standalone kernels that can be compiled and run independently. These are the building blocks of the full model and the `train_*` files.

Let's take `attention_forward.cpp` as an example. The following will compile the attention forward pass kernel for Intel's hardware:

```shell
cd sycl/
cd dev/sycl/
make attention_forward
```

Expand Down

0 comments on commit 1a996d6

Please sign in to comment.