Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/builder/writing-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ are available:
- `sycl_flags`: a list of additional flags to be passed to the SYCL
compiler.

### cpu

- `cxx-flags`: a list of additional flags to be passed to the C++
compiler.


## Torch bindings

### Defining bindings
Expand Down