Skip to content

Commit

Permalink
occa - add warning, OCCA backend is experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 1, 2021
1 parent 3075221 commit dcc1e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/occa/ceed-occa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// software, applications, hardware, advanced system engineering and early
// testbed platforms, in support of the nation's exascale computing imperative.

#warning "libCEED OCCA backend is experimental; for best performance, use device native backends"

#include <map>
#include <vector>
#include <occa.hpp>
Expand Down
1 change: 1 addition & 0 deletions doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ for each release of libCEED.
- Clarify and document conditions where `CeedQFunction` and `CeedOperator` become immutable and no further fields or suboperators can be added.
- Add {c:func} `CeedOperatorLinearAssembleQFunctionBuildOrUpdate` to reduce object creation overhead in assembly of CeedOperator preconditioning ingredients.
- Promote {c:func} `CeedOperatorCheckReady`to the public API to facilitate interactive interfaces.
- Warning added when compiling OCCA backend to alert users that this backend is experimental.

### New features

Expand Down

0 comments on commit dcc1e3e

Please sign in to comment.