Peter Heywood

Results 100 issues of Peter Heywood

Node.js 16 GitHub Actions are deprecated > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. And v1,...

Remove libnvrtc-builtins.so dependency via patchelf on manylinux2014 (centos 7) Closes #1193 (though this will continue to effect users for 2.0.0-rc.1 using CUDA 12 wheels forever). --- Once merged and released,...

CUDA supports using ICC as the host compiler. Users may wish for FLAME GPU 2 to be usable with ICC as the host compiler as well, on x86_64 systems. This...

Priority: Low
Linux

Add Manylinux_2_28 workflow to test compatibility prior to expected manylinux2014 EOL (due to cent7 EOL) + [x] add standalone manylinux 2_28 workflow for regular testing + [ ] add /...

Originally identified as part of #1191, although nvrtc sonames are now major version only (since 11.3, using `.so.11.2` or `.so.12.0`), `libnvrtc-builtins.so` is still explicitly versioned, and is dependended upon by...

CI
cmake
python

> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. + [ ] Update CI actions to node...

CI
blocked

Replace deprecated github actions with latest versions * actions/checkout due to nodejs 16 actions deprecation * actions/setup-python due to nodejs 16 actions deprecation * actions/upload-artifact due to v3 deprecation *...

@Robadob found that manylinux builds were failing, this appears to be due to a new swig release 4.1.0 8 days ago which has since been incorporated into the manylinux containers...

SWIG

#644 Enables the production of python wheels built using the manylinux2014 image to provide support for linux installations using glibc 2.17 or newer. These wheels are still suffixed `linux_x86_64` however,...

python

Drops CUDA 11.0 and 11.1 support, and replaces CUB/Thrust with CCCL for future support. nvidia/CCCL is the new combined home of CUB, thrust and libcudacxx as of CUDA 12.2. This...