zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels

Home Page:https://zeratax.github.io/yacx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

importing yacx into other c++ projects

zeratax opened this issue · comments

Describe the bug
current includes make it impossible to trivially import yacx as a submodule

To Reproduce
https://github.com/ZerataX/yacx-ocal-comparison

Expected Behavior
yacx should be importable just like ocal

Maybe we should go back to the "../include/yacx" style in the source files or w/e makes this work