Skip to content
Snippets Groups Projects
Commit e93ca92c authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix include flags in genscript test suite

parent 69a150ed
Branches
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #75148 passed with stages
in 2 minutes and 10 seconds
......@@ -24,7 +24,12 @@ PYSTENCILS_RT_INCLUDE_PATH = get_pystencils_include_path()
TEST_INDEX = THIS_DIR / "index.yaml"
SOURCE_DIR = THIS_DIR / "source"
EXPECTED_DIR = THIS_DIR / "expected"
CXX_INCLUDE_FLAGS = ["-I", f"{DEPS_DIR}/{MDSPAN_QUAL_PATH},{PYSTENCILS_RT_INCLUDE_PATH}"]
CXX_INCLUDE_FLAGS = [
"-I",
f"{DEPS_DIR}/{MDSPAN_QUAL_PATH}",
"-I",
PYSTENCILS_RT_INCLUDE_PATH,
]
def prepare_deps():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment