| #
6dbc3945
|
| 12-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1392 from giordano/patch-1
[julia] Add compat bounds for stdlibs
|
| #
22a2f50b
|
| 04-Nov-2023 |
Mosè Giordano <giordano@users.noreply.github.com> |
[julia] Add compat bounds for stdlibs
|
| #
1e73a9ca
|
| 03-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1389 from CEED/jed/post-release
post-release: Julia updates and release instructions
|
| #
78eab309
|
| 02-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Julia: update versions and generated bindings
|
| #
17cf4df8
|
| 27-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1126 from CEED/julia-v0.2.0
LibCEED.jl v0.2.0
|
| #
9bc2a935
|
| 25-Dec-2022 |
Will Pazner <will.e.p@gmail.com> |
[Julia] LibCEED.jl v0.2.0
|
| #
f1c3380b
|
| 23-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #931 from CEED/julia-v0.10.0
Bump LibCEED.jl version
|
| #
df9b1082
|
| 21-Mar-2022 |
Will Pazner <will.e.p@gmail.com> |
Julia: bump versions
|
| #
80a9ef05
|
| 02-Sep-2021 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Allow CeedScalar to be single precision (#788)
One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust,
Allow CeedScalar to be single precision (#788)
One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust, Julia, and Python. This interface is evolving and should be considered experimental at this time (thus lack of automated build support).
* Introduce CeedScalarType enum
* WIP changes to allow different definitions of CeedScalar
* Introduce new header files for float and double
* Only use avx tensor contract and MAGMA non-tensor basis if CeedScalar is double
* WIP changes to allow CeedScalar to be float
* WIP start trying to adjust test tolerances for float or double
* fix typos in comments
* install ceed-f32/64 headers
* Fix missing casts for hipMAGMA element restrictions
* make CeedQFunctionContextGetContextSize available for Python bindings
* Changes to Python bindings to allow CeedScalar to be float
* WIP adjust Python tests for float or double
* make style
* remove QFunctionContextGetContextSize from backend header
* Use quotes instead of <> in include statement
* Remove unncessary includes
* Update tolerances for tests
* [Julia] allow CeedScalar to be Float32
* [Julia] Use Preferences instead of custom build configuration
# Conflicts:
# julia/LibCEED.jl/src/C.jl
* [Makefile] Change definition of CC_VENDOR so it works with cross-compilation
* [Julia] Use Preferences in CI
# Conflicts:
# .github/workflows/julia-test-with-style.yml
* [Julia] Update docs about preferences
* [Julia] Add test/Project.toml workaround for Preferences
* Add CeedGetScalarType to get the type of CeedScalar at runtime
* [Julia] Move functions from Ceed.jl to LibCEED.jl
* [Julia] Add support for getting library path and scalar type at runtime
* [Julia] Minor change to checking if CUDA is loaded
* [Julia] Check correct CeedScalar types in basis functions
* [Julia] Fix tests comparing with output file
* [Julia] Change devtests to use CeedScalar instead of Float64
* Update test 402 so context will be same size in double or float
* Update tolerances for ceed examples
* [Julia] CUDA fixes
* remove unused variable in t208
* SchurDecomposition: do not compute tau on final iteration
* Update tolerances for some basis tests (for single precision)
* Make style
* Python style fixes for basis test
* Add single precision output for t300 and t320 and adjust checks; skip t541 in single
* Add LCOV exclusions after moving to new line
* fix spacing
* Python: make CEED_EPSILON available as libceed.EPSILON
* Python: optional parameter to specify different output file for test comparison
* Python: update tests' use of EPSILON and change test_300 output file for single precision
* Python: add convenience function for getting dtype corresponding to CeedScalar
* rust - add single precision support
* [Julia] Fall back on Float64 if CeedGetScalarType is not available
* [Julia] style
* Adjust tolerance for t301
* xsmm - add single precision support
* avx - add single precision support
* Add initial single precision support for MAGMA non-tensor basis
* Skip t300 and t320 in single precision; revert Python t300 changes
* Revert output changes for t300 and t320 in junit
* [Julia] Changes to autogenerated bindings for mixed precision
* [Julia] style
* [Julia] Check scalar type when changing libceed library path
The check is also performed when the package is loaded. This prevents having to
restart the Julia session twice
* [Julia] Require JLLWrappers version 1.3
This is needed to use Preferences to change the library path
* Add documentation page for precision development
Co-authored-by: Will Pazner <will.e.p@gmail.com>
* Cleanup from merge: remove old README
* Return CEED_ALIGN to backend.h
* Make Fortran compiler (FC) optional; empty skips Fortran tests
Use in Python and Rust builds, which may not have a Fortran compiler
installed and thus would produce confusing output.
* Add single precision CI test for Noether
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Will Pazner <will.e.p@gmail.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
6c604475
|
| 25-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #789 from CEED/will/julia-preferences
Julia interface updates (Preferences.jl)
|
| #
d83b856e
|
| 08-Jul-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Bump libCEED_jll version
|
| #
9e2058d6
|
| 08-Apr-2021 |
Will Pazner <11493037+pazner@users.noreply.github.com> |
Update LibCEED.jl version number (#724)
|
| #
e8f23459
|
| 01-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.8
|
| #
307f1d1b
|
| 01-Nov-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #651 from CEED/will/julia-compat
Julia: add [compat] entries for Julia dependencies
|
| #
26a5df03
|
| 01-Nov-2020 |
Will Pazner <will.e.p@gmail.com> |
Add [compat] entries for Julia dependencies
|
| #
06988bf7
|
| 31-Oct-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code forma
Merge branch 'will/julia' into main [PR #632]
make.jl: set devbranch="main"
* origin/will/julia: Add short FFI section to docs Julia: codecov CI Julia: Travis CI Julia: automatic code formatting Julia: documentation Julia: examples Julia: unit tests Julia: LibCEED.jl Julia interface Make fallback Ceed use Error callback of parent Use pointer to va_list in error handler Bugfix in `CeedOperatorLinearAssembleAddDiagonal` Bugfix in `CeedQFunctionCreateInteriorByName` Update t504 and t523 output with correct field names Bugfix in `CeedOperatorSingleView`
show more ...
|
| #
44554ea0
|
| 22-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: LibCEED.jl Julia interface
|