Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1689 Discussions

How can we check OneVPL samples on Intel dev cloud ?

krakrk
Beginner
624 Views

How can we install and test OneVPL samples on intel dev cloud as i am not able to install OneVPL from github because it requires root permissions on that machine?

0 Kudos
4 Replies
SreedeviK_Intel
Moderator
595 Views

Hi,


Thank you for posting in Intel communities.


We are working on this internally and will get back to you with an update shortly.


Regards,

Sreedevi


0 Kudos
SreedeviK_Intel
Moderator
539 Views

Hi,

 

We can install and test oneVPL samples on Intel DevCloud using the below steps:

 

1. Run the below command to set environment variables:

 

module load vpl/latest

 

2. Git clone oneVPL repository on DevCloud

 

 

3. Go inside clone repository and make a directory named build:

 

cd oneVPL

mkdir build

cd build

 

4. Create binaries with help of Cmakelist.txt 

 

cmake ..

make -j$nproc

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. 

 

Regards,

Sreedevi

 

 

0 Kudos
SreedeviK_Intel
Moderator
491 Views

Hi,


We have not heard back from you. Could you please give us an update? Is your issue resolved?


Regards,

Sreedevi


0 Kudos
SreedeviK_Intel
Moderator
446 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Regards,

Sreedevi


0 Kudos
Reply