Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ program
Method
program
src/program.cpp:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
};
81
82
program::program() : impl(std::make_unique<program_impl>()) { this->create_module(
"main"
); }
83
program::program(module m) : impl(std::make_unique<program_impl>())
84
{
85
this->create_module(
"main"
, std::move(m));
Callers
9
test_autocast_fp8_1
Function · 0.80
test_autocast_fp8_2
Function · 0.80
test_instruction_shape
Function · 0.80
test_instruction_op
Function · 0.80
test_add_fill
Function · 0.80
test_add_create
Function · 0.80
test_add_op
Function · 0.80
test_add_op
Function · 0.80
create_program
Function · 0.80
Calls
1
create_module
Method · 0.95
Tested by
9
test_autocast_fp8_1
Function · 0.64
test_autocast_fp8_2
Function · 0.64
test_instruction_shape
Function · 0.64
test_instruction_op
Function · 0.64
test_add_fill
Function · 0.64
test_add_create
Function · 0.64
test_add_op
Function · 0.64
test_add_op
Function · 0.64
create_program
Function · 0.64