MoFtZ
MoFtZ
Fixes #691. Removes the various CopyFrom/CopyToPageLockedAsync methods in favour of the more generic CopyTo/CopyFrom ArrayView methods. This allows copying to/from a subset of the page locked array without adding a...
Not sure if we want this meta-package or not, but might be useful. Also not sure about the name.
Depends on #1147. Currently, ILGPU has support for LibDevice at runtime by using NVVM to generate PTX, and then merging the generated PTX into the kernel PTX code. This requires...
I expected the new `Int128` data type to just work, even if not necessarily performant. However, I have found an unexpected issue. The following kernel does not work on Cuda,...
The CI workflow for deploying the ILGPU website has a trigger for when a Release is created. However, it fails to deploy due to branch protection rules. > Branch "v1.4.0-rc1"...
### Describe the bug GitHub recently changed the version of MacOS used by the CI pipeline, from v12.7.4 to v14.4.1. Since then, the ILGPU unit tests on MacOS for net6,...
Fixes #1139. @m4rs-mt How can we handle this on the Velocity accelerator? @m4rs-mt How can I write a unit test that will work on the CPU accelerator?
Requires #30. Implements simple testing if a diff contains the pathspec.
Added all revision walking functionality, other than `git_revwalk_add_hide_cb`.
Added support for reading the commit message, and traversing parent commits.