summaryrefslogtreecommitdiff
path: root/src/__init__.py
blob: 865d6122affdcfc5e86653e34917befd688fff24 (plain)
1
2
3
4
5
6
import os

dir = os.path.split(os.path.realpath(__file__))[0]

kernel = open(dir + '/kernel.cu').read()
daq = open(dir + '/daq.cu').read()