History log of /libCEED/backends/cuda/ceed-cuda-compile.cpp (Results 1 – 25 of 62)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 7f85f93f 30-Sep-2025 James Wright <james@jameswright.xyz>

Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren

style: Change clang-format to penalize newline after open ()


# 1a8516d0 30-Sep-2025 James Wright <james@jameswright.xyz>

style: Change clang-format to penalize newline after open ()


# 9b9f6113 08-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions

Rust and cuda clang support (#1873)


# f03c7eee 04-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

clang - minor tidying for CUDA JiT


# fa619ecc 01-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

clang - use clang++-version if able


# 33cc410d 01-Aug-2025 Jeremy L Thompson <jeremy@jeremylt.org>

clang - always set permissions


# 9b5f41c8 31-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

clang - keep temp files from overwriting each other


# 2027fb9d 31-Jul-2025 SirAlienTheGreat <79958059+SirAlienTheGreat@users.noreply.github.com>

Rust and cuda clang support (#1873)

* Switch compiler to clang (not portable)

* test add_num

* compile with llvm tools

* not working linking

* not fixed

* Update ex1-volume.h

* update

* remov

Rust and cuda clang support (#1873)

* Switch compiler to clang (not portable)

* test add_num

* compile with llvm tools

* not working linking

* not fixed

* Update ex1-volume.h

* update

* remove global path

* changes

* changes 2

* crate works

* basic gpu rust compilation

* still not working

* rust source roots basic support

* nvrtc/clang selection

* cleanup

* update example (not working)

* add rust example

* fix merge issue

* delete temp files

* cleanup

* rust qfunc 2d array (needs doc)

* cleanup

* more cleanup

* downgrade back to c++11

* format

* final draft cleanup

* formatting + CUDA_CLANG -> GPU_CLANG

* Update cuda CEED_QFUNCTION_RUST

* fix python

* fix python and format

* format fr

* update comment

* fix python fr

* Apply error suggestions from code review

* update errors to libceed format

* Apply suggestions from code review

* add optimization flag

* remove line breaks

* Apply suggestions from code review

* avoid python in macro better

* add rust example

* format

* Apply suggestions from code review

* move rust example to own directory

* Simplify python exclusion logic

* re-fix python

* Update python/build_ceed_cffi.py

* change names and simplify makefile

* Revert "change names and simplify makefile"

This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.

* Apply Jeremy's diff

* Simplify CeedCallSystem

* use rust-install llvm tools

* add gitignores

* update paths

* example absolute path

* fix comments

* apply partial diff

* add newline

* add makefile

* Update examples/rust-qfunctions/Makefile

* update makefile

---------

Co-authored-by: Allen MacFarland <alma4974@noether>

show more ...


# 6d997e5f 09-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1851 from CEED/jeremy/gen-qf-assemble

GPU Gen QFunction Assembly


# c21e34e2 09-Jul-2025 Jeremy L Thompson <jeremy@jeremylt.org>

debug - color consistency


# dc6f9071 27-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1846 from CEED/jeremy/run-report-debug

Report JiT kernel launch errors when using try-catch


# c49dc7a7 26-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

jit - report launch errors when using try-catch


# 204f3be0 24-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1844 from CEED/jeremy/debug-defines

debug - show JiT defines


# bdcc2728 23-Jun-2025 Jeremy L Thompson <jeremy@jeremylt.org>

debug - show JiT defines


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# c16c87c5 14-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1777 from CEED/jeremy/fix-build-error-fallback

gpu - log error to debug on JiT try & fail


# 28c1f747 13-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - log error to debug on JiT try & fail


# 6a744a64 26-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1758 from CEED/jeremy/gpu-composite

Gen Composite Operators


# e9c76bdd 19-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - allow running shared kernels on stream


# d7c59329 12-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1751 from CEED/jeremy/compile-leak

minor - make tidy happy about leak


# 18c38aee 12-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - make tidy happy about leak


# ea41f46c 07-Feb-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1740 from CEED/jeremy/gen-rollback

GPU - gen fallback to shared if error


123