Skip to content

#EDITS: adding original DataTable code for now while I work out how t… #35

#EDITS: adding original DataTable code for now while I work out how t…

#EDITS: adding original DataTable code for now while I work out how t… #35

Workflow file for this run

name: openGPMP CUDA
on:
workflow_call:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '12.1.0'
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

Check failure on line 21 in .github/workflows/CUDA.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CUDA.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- run: nvcc -V