Skip to content

Fix bug where grid.z is larger than 65535, there is a launch failure. #95

Fix bug where grid.z is larger than 65535, there is a launch failure.

Fix bug where grid.z is larger than 65535, there is a launch failure. #95

name: cuda-int-tests
on:
push:
branches:
- unstable
jobs:
build:
runs-on: rtx6000-4x
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: configure & build
run: |
cd lib && ./configure && cd ..
make -j 64 -C test/int/nnc
- name: integration tests
run: |
make -C test/int/nnc test