MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_cuda_no_error

Function test_cuda_no_error

tests/test_languages.py:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242# functions, structs and includes are all extracted.
243
244def test_cuda_no_error():
245 r = extract_cpp(FIXTURES / "sample.cu")
246 assert "error" not in r
247
248def test_cuda_finds_kernel_and_device_functions():
249 r = extract_cpp(FIXTURES / "sample.cu")

Callers

nothing calls this directly

Calls 1

extract_cppFunction · 0.90

Tested by

no test coverage detected