From a0555aa5da847bfc1a3d70bec4f5f0e4dbe77bfd Mon Sep 17 00:00:00 2001 From: Nimish Mishra Date: Fri, 14 Jun 2024 11:58:46 -0700 Subject: [PATCH] Fix IPLDT hits --- README.md | 48 +++++++++++++++++++++++----------------------- examples/README.md | 6 +++--- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 68e4d3bb8..b188ff4ad 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ Header-based and backend-independent Device API can be called within ```sycl ker ### Supported Configurations: -Supported domains include: BLAS, LAPACK, RNG, DFT, SPARSE_BLAS +Supported domains include: BLAS, LAPACK, RNG, DFT, SPARSE_BLASS Supported compilers include: -- [Intel(R) oneAPI DPC++ Compiler](https://software.intel.com/en-us/oneapi/dpc-compiler): Intel proprietary compiler that supports CPUs and Intel GPUs. Intel(R) oneAPI DPC++ Compiler will be referred to as "Intel DPC++" in the "Supported Compiler" column of the tables below. +- [Intel(R) oneAPI DPC++ Compiler](https://software.intel.com/en-us/oneapi/dpc-compiler): Intel proprietary compiler that supports CPUs and Intel GPUs. Intel(R) oneAPI DPC++ Compiler will be referred to as "oneAPI DPC++" in the "Supported Compiler" column of the tables below. - [oneAPI DPC++ Compiler](https://github.com/intel/llvm): Open source compiler that supports CPUs and Intel, NVIDIA, and AMD GPUs. oneAPI DPC++ Compiler will be referred to as "Open DPC++" in the "Supported Compiler" column of the tables below. - [AdaptiveCpp Compiler](https://github.com/AdaptiveCpp/AdaptiveCpp) (formerly known as hipSYCL): Open source compiler that supports CPUs and Intel, NVIDIA, and AMD GPUs.
**Note**: The source code and some documents in this project still use the previous name hipSYCL during this transition period. @@ -175,28 +175,28 @@ Supported compilers include: BLAS x86 CPU Intel(R) oneMKL - Intel DPC++
AdaptiveCpp + oneAPI DPC++
AdaptiveCpp Dynamic, Static NETLIB LAPACK - Intel DPC++
Open DPC++
AdaptiveCpp + oneAPI DPC++
Open DPC++
AdaptiveCpp Dynamic, Static portBLAS - Intel DPC++
Open DPC++ + oneAPI DPC++
Open DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static portBLAS - Intel DPC++
Open DPC++ + oneAPI DPC++
Open DPC++ Dynamic, Static @@ -225,13 +225,13 @@ Supported compilers include: LAPACK x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static @@ -250,13 +250,13 @@ Supported compilers include: RNG x86 CPU Intel(R) oneMKL - Intel DPC++
AdaptiveCpp + oneAPI DPC++
AdaptiveCpp Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static @@ -275,23 +275,23 @@ Supported compilers include: DFT x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static portFFT (limited API support) - Intel DPC++ + oneAPI DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static portFFT (limited API support) - Intel DPC++ + oneAPI DPC++ Dynamic, Static @@ -320,13 +320,13 @@ Supported compilers include: SPARSE_BLAS x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static @@ -349,44 +349,44 @@ Supported compilers include: BLAS x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static NETLIB LAPACK - Intel DPC++
Open DPC++ + oneAPI DPC++
Open DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static LAPACK x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static RNG x86 CPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static Intel GPU Intel(R) oneMKL - Intel DPC++ + oneAPI DPC++ Dynamic, Static diff --git a/examples/README.md b/examples/README.md index 9904a78f2..27f204b5b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,7 +46,7 @@ $ ./bin/example_blas_gemm_usm ######################################################################## Running BLAS GEMM USM example on CPU device. -Device name is: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz +Device name is: Intel(R) Core(TM) i7-6770HQ Processor @ 2.60GHz Running with single precision real data type: GEMM parameters: @@ -510,7 +510,7 @@ $ ./bin/example_sparse_blas_gemv_usm ######################################################################## Running Sparse BLAS GEMV USM example on CPU device. -Device name is: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz +Device name is: Intel(R) Core(TM) i7-6700K Processor @ 4.00GHz Running with single precision real data type: sparse::gemv parameters: @@ -584,7 +584,7 @@ $ ./bin/example_sparse_blas_gemv_usm_mklcpu ######################################################################## Running Sparse BLAS GEMV USM example on CPU device. -Device name is: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz +Device name is: Intel(R) Core(TM) i7-6700K Processor @ 4.00GHz Running with single precision real data type: sparse::gemv parameters: