mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(cuda): Include cuda_runtime.h in device.h to include the defininition of cudaStream_t
This commit is contained in:
committed by
Agnès Leroy
parent
0aedb1a4f4
commit
2db1ef6a56
@@ -1,4 +1,5 @@
|
||||
#include <cstdint>
|
||||
#include <cuda_runtime.h>
|
||||
|
||||
extern "C" {
|
||||
void *cuda_create_stream(uint32_t gpu_index);
|
||||
|
||||
Reference in New Issue
Block a user