oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
915 stars 678 forks source link

[SYCL joint matrix] Improve the test to include the runtime query #2299

Closed dkhaldi closed 3 months ago

dkhaldi commented 4 months ago

Updated oneAPI-samples/Publications/GPU-Opt-Guide/joint-matrix/joint-matrix.cpp

Description

Update the test to match recent changes in the GPU optimization guide.

External Dependencies

GPU optimization guide

Type of change

How Has This Been Tested?

tested on PVC machine icpx -fsycl joint-matrix.cpp ./a.out

dkhaldi commented 3 months ago

@zma2, can you please review?

zma2 commented 3 months ago

@jimmytwei Can you please review and merge this PR? This is an improvement of an existing sample.

jimmytwei commented 3 months ago

@zma2 Can you or @dkhaldi submit this to development branch?

jimmytwei commented 3 months ago

Closing this PR as I made the changes directly in the development branch.