Tags: intel/ideep
Tags
modify inner_product_forward to support broadcast add fusion (#346)
Add computation modes to primitive descriptor cache key (#327) fpmath_mode, accumulation_mode, scratchpad_mode and deterministic modes are not encoded as part of the key for the pd cache. This can cause subsequent creations of a primitive to ignore changes to these modes ( e.g. during unit tests ). In particular changing fpmath_mode between subsequent, otherwise identical, calls to a matmul has no effect since the pd is loaded from cache from previous call.
add opattr arg for conv bwd for bf32 support (#311) * add opattr arg for conv bwd for bf32 support * Update IDEEP_VERSION_REVISION
PreviousNext