Commit Graph

24 Commits

Author SHA1 Message Date
777a1c85b7 examples: fixed clang-tidy warnings 2025-03-13 14:48:16 -07:00
4f7cfaffa0 doc: fix doxygen file identification 2025-02-21 15:21:19 -08:00
66cb565b62 tests, examples: use new api to get host accessor 2023-02-06 12:26:12 -08:00
c700a7dd13 examples, tests: use non-throw API to finalize threads in TBB
In some cases the TBB finalize API cannot be completed successfully
and throws an exception. Switching to non-throw API version until
the issue is addressed in TBB.
2022-12-15 14:07:56 -08:00
4beb6c06cb examples: explicitly finalize TBB scheduler 2022-12-09 18:00:03 -08:00
17ace1415a sycl: replace cl::sycl -> ::sycl 2021-10-10 23:51:50 -07:00
05d6040b95 examples: adjust example utils 2021-07-03 00:32:23 -07:00
fea3f0a1e1 examples: utils: check pointers 2021-01-28 12:19:40 -08:00
ba1f106c2a examples: properly call sycl::queue::memcpy 2021-01-27 20:27:38 -08:00
2f176ed896 sycl: remove ComputeCpp support 2020-12-10 19:45:20 -08:00
e73665ff86 sycl: add sycl support 2020-11-25 08:43:49 -08:00
f1aa540beb api: adjust header structure to fulfil oneAPI requirements. Introduce API v2. 2020-11-25 07:02:56 -08:00
954a9d788c style: drop virtual specifier for overridden functions 2020-05-07 19:39:05 -07:00
a30dbbdd14 doc: updated name to oneDNN 2020-04-03 12:49:00 -07:00
b6c76e9bf7 examples: respect dnnl build setting 2020-03-17 12:13:01 -07:00
ae1597edd7 examples: introduce primitive example set 2020-03-13 12:02:58 -07:00
9cd49946cd all: style: update year in copyright notice 2020-02-21 22:14:22 +00:00
831b3ef4d7 examples: print engine kind in output 2019-12-23 22:32:08 -08:00
5a8b5664f1 examples: minor fixes in output 2019-12-23 13:05:10 -08:00
fd590babfa examples: c++: use common error handler + style 2019-11-14 11:41:34 -08:00
b1eb6598bd examples: do not use map_data 2019-10-22 14:18:09 -07:00
eaa9c19557 examples: fix C4996: deprecated std::copy
MSVS issues the warning when the compiler can't properly validate
std::copy calls.

The warning:
    warning C4996: 'std::copy::_Unchecked_iterators::_Deprecate': Call
    to 'std::copy' with parameters that may be unsafe - this call relies
    on the caller to check that the passed values are correct.
2019-10-16 00:12:30 -07:00
437ccb4e0f dnnl: grand rename. part 4: examples 2019-08-17 22:47:01 +00:00
fb27e38516 unifying examples for cpu/gpu 2019-08-15 12:56:18 -07:00