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 itsreprospect.tools.binaries.elf.NvInfoEIATTR.MAX_THREADSattribute 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:
CMakeAwareTestCaseAnalyze the
thennode ofKokkos::Experimental::Graph.It uses
examples/kokkos/graph/example_then.cpp.- classmethod get_target_name() strView on GitHub