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

Method is_split_point

src/schedule.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357 template <class... Ts>
358 bool is_split_point(instruction_ref ins, Ts... xs) const
359 {
360 return different(get_streams_from(ins, get_outputs()), xs...);
361 }
362
363 std::vector<instruction_ref> get_recorded_instructions(instruction_ref start)
364 {

Callers 1

applyMethod · 0.80

Calls 1

get_outputsFunction · 0.85

Tested by

no test coverage detected