Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Update gemm_tiled_opt dynamic support
Revert some earlier PR 28252 and PR 28764. These PR causing memory increase as well as 2X performance drop. Instead to fix the issue primitive_inst, update gemm_kernel_tiled_opt to reject to use this kernel if the inputs has dynamic inputs but output is static. No unit tests created for this as PR 28252 and 28764 already include tests to cover this. CVS-162230
- Loading branch information