Fabian Knorr

Results 30 issues of Fabian Knorr

Running cldoc with current Python 3.6.5 required two patches: - Python3 does not provide `cmp()`, re-defining manually - Removing an unused, incorrect module import

The standard does not require C/C++ files to be valid UTF-8. Replace invalid characters when decoding identifiers.

cldoc currently does not generate nodes for partial template class specializations. It still tries to process its children, which receive the containing namespace as parent (fallback). This causes problems elsewhere,...

Will fix #572 once complete. ## Resolved so far - [x] Pass buffers instead of accessors into `sycl::reduction` - [x] Provide implicit identities to `sycl::plus` and companions - [x] Handle...

We currently don't have a concept how to deal with a heterogeneous compiler environment, e.g. with MSVC set as the "host compiler" set via `CMAKE_CXX_COMPILER` and clang being invoked through...

Currently, there is no native way to get results out of a Celerity buffer and back into the main thread at the end of a Celerity program. The current workaround...

Side-effects introduced in #68 currently always serialize execution between host tasks affecting the same host object. Since the precise interactions within the host task are entirely user-defined, this can be...

I have the following workflow defined, which enables concurrent skipping and then simply echoes whether a run has been skipped or not. ```yml name: CI on: push: pull_request: jobs: find-duplicate-workflows:...

bug
documentation

After being stuck on [a bug](https://github.com/celerity/celerity-runtime/actions/runs/2924269790/jobs/4663659961) for some time, recent versions of DPC++ are compatible with Celerity again. This PR bumps the minimum required version to a commit from the...