Skip to content

Commit

Permalink
cuda: add missing cuda_runtime.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Oct 10, 2024
1 parent 3aa75cf commit 15f0a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu/cuda/src/minimal.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cuda_runtime.h>
#include <stdio.h>

__global__ void myKernel() {}
Expand Down

0 comments on commit 15f0a5c

Please sign in to comment.