Module native

Source
Expand description

Infrastructure for the native, cargo-nextest based harness.

This is largly used by gpu_test_main and gpu_test.

Structs§

NativeTest 🔒

Functions§

execute_native 🔒
main
Main function that runs every gpu function once for every adapter on the system.

Type Aliases§

MainResult
Return value for the main function.
NativeTestFuture 🔒