Sai Kiran Belana
Sai Kiran Belana
hi @eadamsintel, any update on where I can find the `OpenCL demo video` and `Image Building` Instructions?
@eadamsintel @ttzeng, please do let us know if that can be made public. Any basic `hello-world` OpenCL based Container Building Instructions would really help us to start creating custom OpenCL...
Hi, I'm new to slurm and have setup a cluster with one controller and two compute nodes. However, when I try to run anything with `srun` , it says `socket...
> I found that the munge keys are different from the controller to compute nodes. The solution was to use the same key and make sure the key permissions are...
I'm using `petalinux-build` command from the below documentation link: [https://github.com/Xilinx/Vitis-Tutorials/blob/2021.1/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104/step2.md#build-petalinux-images:~:text=Build%20PetaLinux%20Images](https://github.com/Xilinx/Vitis-Tutorials/blob/2021.1/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104/step2.md#build-petalinux-images:~:text=Build%20PetaLinux%20Imagesl) The `sstate-cache` URLs seem to be expired a few days ago.
I'm using `petalinux 2021.1` version to build my Image. The tutorial is made for `ZCU104` as an example and the `state-cache` will be valid for all the MPSoC boards. [Tutorial...
Hi @vishwaks , I replaced the line as mentioned above. I'm getting the below error now. ``` server2@ubuntu:~/openpbs/openpbs-master$ qstat qstat: error while loading shared libraries: libpbs.so.0: cannot open shared object...
Hi @Mahalty , have you found any fix to this ?
In case, if you've written the function this way ``` app.get('/auth/google', (req, res) => { passport.authenticate('google', { scope: ['profile', 'email'] }); }); ``` change it to: ``` app.get('/auth/google', passport.authenticate('google', {...
I'm using `1.6.1` and my application uses php8.0. ``` Warning: require(/apps/soapbox/vendor/composer/../apereo/phpcas/source/CAS.php): Failed to open stream: Permission denied in /apps/soapbox/vendor/composer/autoload_real.php on line 41 Fatal error: Uncaught Error: Failed opening required '/apps/soapbox/vendor/composer/../apereo/phpcas/source/CAS.php'...