Skip to content

fix rounding issue

fix rounding issue #31

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Jimver/cuda-toolkit@v0.2.15
id: cuda-toolkit
with:
cuda: '12.4.1'
- run: echo "Installed cuda version is:${{steps.cuda-toolkit.outputs.cuda}}"
- run: echo "Cuda install location:${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- run: nvcc -V
- name: make
run: |
make
# ./raytracer 32 5