Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: mysuns/oneDNN

Tags

v0.21.5

Toggle v0.21.5's commit message
build: bumped version to v0.21.5

v1.4

Toggle v1.4's commit message
fixup: fixup: benchdnn: eltwise: improve input data coverage

* 1) With fp16 argument, exp() is dispatched to fp16 version as well,
* overflows and produces inf instead of an fp32 value, resulting in
* 0 in the final answer, while it should be a non-zero value exceeding trh.
* 2) MSVC math functions are invariant to compiler options leaving the
* answer same no matter what. Current threshold is low for it. Slightly
* increasing it...

v2.0-beta06

Toggle v2.0-beta06's commit message
src: cpu: rnn: remove macro in omp simd loop

This is to workaround a compiler bug (affects icc19.1).

v1.4-rc

Toggle v1.4-rc's commit message
cpu: gemm: make sure to return out of memory if so

Some cases were still not returning proper status in case of out of
memory.

v1.3

Toggle v1.3's commit message
benchdnn: ip: add DLRM training sizes

v1.2.2

Toggle v1.2.2's commit message
build: bumped version to v1.2.2

v1.3-rc

Toggle v1.3-rc's commit message
scratchpad: work around corrupted unique_ptr usage

v0.21.4

Toggle v0.21.4's commit message
src: cpu: rnn: remove unused variables in jit_uni_gru_cell_postgemm_1

It caused "label is not found" error in Xbyak after enabling AutoGrow
mode by default in jit_generator

v2.0-beta05

Toggle v2.0-beta05's commit message
sycl: add workaround for DPCPP compiler

get_devices() mistakenly ignores the passed device type and returns
extra devices.

v1.2.1

Toggle v1.2.1's commit message
build: bumped version to v1.2.1