Closed pgorlani closed 1 year ago
This patch adds an implementation of TPSV Level 2 operator compatible with TUNING_TARGET specializations for INTEL_GPU, AMD_GPU and NVIDIA_GPU.
TPSV
TUNING_TARGET
INTEL_GPU
AMD_GPU
NVIDIA_GPU
Moreover, this patch refactors and unifies the implementations of TRSV and TBSV with TPSV.
TRSV
TBSV
This patch adds an implementation of
TPSV
Level 2 operator compatible withTUNING_TARGET
specializations forINTEL_GPU
,AMD_GPU
andNVIDIA_GPU
.Moreover, this patch refactors and unifies the implementations of
TRSV
andTBSV
withTPSV
.