Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am using the oneapi library and DPC++ of Intel. I want to process same frame with oneapi library and GPU.
I try to use the function ippiYUV422ToRGB_8u_C2C3R inside of #pragma omp taget.
I try to run that function on gpu using pragma. But that function or any other function form ippi libray runs properly, always showing the same error message using the debugger target level. Unresolved Symbol <ippiYUV422ToRGB_8u_C2C3R > is like, the library is not linked or not resolved inside that #pragma.
If I apply that function outside of #pragma.. Working well. Is there a way to use the ippi library inside on omp block? Or what is the way to use that library?

What I have tried:

At this moment, I only run oneapilib and C++ Intel compiler without issue, but I can't run it when I try to use the gpu to process it.
Posted
Updated 24-Oct-23 12:57pm
v2

1 solution

Your best source of support on a library is going to be a forum dedicated to that library, which can be found at Intel® oneAPI Data Parallel C++ - Intel Community[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900