Then

class examples.kokkos.graph.example_then.TestELFView on GitHub

Bases: TestThen

property signature_matcher: Pattern[str]View on GitHub

Expected Kokkos driver signature matcher.

The signature indicates that Kokkos::LaunchBounds<1, 0> is used.

References:

test_max_threads_1_1_1() NoneView on GitHub

Validate that the CUDA kernel whose signature matches signature_matcher() has its reprospect.tools.binaries.elf.NvInfoEIATTR.MAX_THREADS attribute set to (1, 1, 1), indicating that __launch_bounds__(1, ...) was used in the source code.

References:

class examples.kokkos.graph.example_then.TestThenView on GitHub

Bases: CMakeAwareTestCase

Analyze the then node of Kokkos::Experimental::Graph.

It uses examples/kokkos/graph/example_then.cpp.

classmethod get_target_name() strView on GitHub