|
| template<class T > |
| sycl::buffer< T > | shamsys::syclhelper::mock::mock_buffer (u32 len, std::mt19937 &eng) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, T a) |
| |
|
template<class T > |
| T | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, sycl::vec< T, 2 > a) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, sycl::vec< T, 3 > a) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, sycl::vec< T, 4 > a) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, sycl::vec< T, 8 > a) |
| |
| template<class T > |
| void | shamsys::syclhelper::print_vec (std::ostream &ostream, sycl::vec< T, 16 > a) |
| |
| template<> |
| i64 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| i32 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| i16 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| i8 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| u64 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| u32 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| u16 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| u8 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| f32 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| f64 | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f32, 2 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f32, 3 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f32, 4 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f32, 8 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f32, 16 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f64, 2 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f64, 3 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f64, 4 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f64, 8 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< f64, 16 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< u16, 3 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |
| template<> |
| sycl::vec< u32, 3 > | shamsys::syclhelper::next_obj (std::mt19937 &eng, std::uniform_real_distribution< f64 > &distval) |
| |