MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / pocl_bug_issue_577

Function pocl_bug_issue_577

compute/test/quirks.hpp:123–126  ·  view source on GitHub ↗

See https://github.com/pocl/pocl/issues/577, POCL fails when a program with incorrect code is built for the 2nd time

Source from the content-addressed store, hash-verified

121// See https://github.com/pocl/pocl/issues/577, POCL fails when a program
122// with incorrect code is built for the 2nd time
123inline bool pocl_bug_issue_577(const boost::compute::device &device)
124{
125 return is_pocl_device(device);
126}
127
128#endif // BOOST_COMPUTE_TEST_QUIRKS_HPP

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

is_pocl_deviceFunction · 0.85

Tested by

no test coverage detected