mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
added <stdio.h> for printf support in cuda code
This commit is contained in:
parent
90948704d1
commit
981de94be5
@ -47,6 +47,7 @@ class BaseCode(HunkOCode):
|
||||
headers = """
|
||||
#include<cuda.h>
|
||||
#include<stdint.h>
|
||||
#include<stdio.h>
|
||||
"""
|
||||
|
||||
defs = """
|
||||
|
Loading…
Reference in New Issue
Block a user