35 Commits

Author SHA1 Message Date
afdeb6acfb doc, examples: add brief descriptions and update orphans.rst 2025-10-09 11:21:45 -07:00
1ab74cfe80 doc: cleaned up redundancy in primitive examples 2025-08-14 16:17:40 -07:00
56e219e035 all: updated Github links to uxlfoundation 2025-03-12 15:08:59 -07:00
1adeab59bb examples: purged tag and dt shortcuts
Some examples define 'tag' and 'df' shortcuts to improve code
readability. This detail is misleading when looking at annotated
examples code that only shows code snippets.
2025-03-10 14:02:58 -07:00
0e32572819 examples: make engine non-global 2025-01-31 12:47:59 +01:00
370aec0083 examples: matmul: move engine from the global space 2025-01-13 10:33:02 -08:00
2f8619b0b9 common: matmul: add restriction to a group size 2024-10-17 22:30:10 -07:00
0837cc41c3 examples: tutorials: matmul: weights decomp: use references to the new quantization 2024-02-02 15:50:31 -08:00
0eefb05eee examples: tutorials: matmul: wei decomp: remove implicit conversion 2024-02-02 15:50:31 -08:00
e114af58be examples: tutorial: matmul: weights decomp: add groups and data types for scale and zp 2024-01-29 08:24:09 -08:00
7d24584c2a include, src: fpmath: force -> apply_to_int 2024-01-22 14:42:02 -08:00
0b6268b1a5 examples: tutorials: matmul: add weights decompression 2024-01-22 14:42:02 -08:00
75faed4e92 fixup: examples: tutorials: matmul: move from oscale to scales 2022-11-10 14:40:21 -08:00
80310a05e0 api, tests, doc: remove scale from eltwise post op 2022-11-04 15:43:22 -07:00
3a61159a92 examples: tutorials: matmul: move from oscale to scales 2022-11-04 15:43:22 -07:00
eef8cb1112 api, tests, examples: update scales/zpoints/oscales api 2022-10-19 17:40:40 -07:00
15fc4c5432 api, src, tests: attr: zero points: remove creation-time support 2022-10-19 17:40:40 -07:00
6e12b190ad api, src, tests: attr: oscale: remove creation time support 2022-10-19 17:40:40 -07:00
5b4967534c api: add C++ query API for md and make C desc private 2022-10-03 10:57:58 -07:00
47a053a245 api, common, tests, examples: remove op_desc for matmul 2022-10-03 10:57:58 -07:00
f1aa540beb api: adjust header structure to fulfil oneAPI requirements. Introduce API v2. 2020-11-25 07:02:56 -08:00
a30dbbdd14 doc: updated name to oneDNN 2020-04-03 12:49:00 -07:00
818e0315d5 doc: cleaned up use of Intel MKL-DNN 2020-04-03 12:49:00 -07:00
43911469a5 doc: updated links to repository and documentation new location 2020-04-03 12:49:00 -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
95d7487b51 examples: make all examples reproducible
... by removing seed randomization
2019-12-09 09:03:58 -08:00
1a71df6112 examples: slightly increase the threshold for quantized matmul
After 10K runs the biggest error seen is 0.0204, but to be safe we put 0.03.
2019-12-09 09:03:58 -08:00
e5824d65b3 example: doc: remove cpu reference from generic matmul example 2019-12-02 12:22:59 -08:00
967a2b0d87 examples: tutorials: matmul: fix data type 2019-11-27 13:49:30 -08:00
ba4763615c examples: matmul: make inference example generic 2019-11-26 08:35:50 -08:00
23710ae681 examples: consistently use float data type 2019-11-19 14:57:23 -08:00
37cec97eb6 examples: matmul: estimate the threshold depending on the accumulation length 2019-11-15 16:46:00 -08:00
ef43ef39ec examples: c++: matmul tutorials: use common error handler 2019-11-14 11:41:34 -08:00
ada8370bcf example: add few matmul tutorials 2019-11-13 05:27:17 +00:00