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

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

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