See https://github.com/pocl/pocl/issues/577, POCL fails when a program with incorrect code is built for the 2nd time
| 121 | // See https://github.com/pocl/pocl/issues/577, POCL fails when a program |
| 122 | // with incorrect code is built for the 2nd time |
| 123 | inline 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 |
no test coverage detected