Skip to content

Commit

Permalink
doc - not nontensor gen support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Jan 31, 2025
1 parent f82027a commit da5de30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ On this page we provide a summary of the main API changes, new features and exam
- Enable `#pragma once` for all JiT source; remove duplicate includes in JiT source string before compilation.
- Allow user to set additional compiler options for CUDA and HIP JiT.
Specifically, directories set with `CeedAddJitSourceRoot(ceed, "foo/bar")` will be used to set `-Ifoo/bar` and defines set with `CeedAddJitDefine(ceed, "foo=bar")` will be used to set `-Dfoo=bar`.
- Added non-tensor basis support to code generation backends `/gpu/cuda/gen` and `/gpu/hip/gen`.

### Examples

Expand Down

0 comments on commit da5de30

Please sign in to comment.