MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / run

Method run

test/gpu/kernels/main.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 void run(const std::string& case_name)
108 {
109 auto failures = migraphx::gpu::write_to_gpu(int32_t{0}, true);
110 compile();
111 k.launch(nullptr, options.global, options.local)(test_cases.at(case_name), failures.get());
112 CHECK(hipDeviceSynchronize() == hipSuccess);
113 test::report_failure(*failures);
114 }
115};
116
117int main(int argc, const char* argv[])

Callers 1

mainFunction · 0.45

Calls 5

launchMethod · 0.80
atMethod · 0.80
write_to_gpuFunction · 0.50
compileFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected