Forum > Other
hype or not
(1/1)
mercurhyo:
hello all.
Is there any port of "HIPify" for pascal/lazarus users or maybe something equivalent?
I mean libraries to use the power of GPU to manipulate scientific data and rely on A.I. (crossway lol for AMD and NVIDIA GPUS)
this is because GPUS are awesome at deep machine learning ;D
https://github.com/ROCm/HIPIFY
thank you for any guideline !
Thaddy:
Freepascal supports OpenCL as standard, which supports GPU's.
Comes with simple examples. May need NVidea SDK.
But OpenCL also supports GPU's from different vendors, like Intel.
I have some opencl code for the Raspberry Pi videocoreIV GPU written in FreePascal.
mercurhyo:
--- Quote from: Thaddy on February 28, 2024, 01:00:15 pm ---Freepascal supports OpenCL as standard, which supports GPU's.
Comes with simple examples. May need NVidea SDK.
But OpenCL also supports GPU's from different vendors, like Intel.
I have some opencl code for the Raspberry Pi videocoreIV GPU written in FreePascal.
--- End quote ---
thank you thaddy, but i am going to investigate
https://github.com/ROCm/HIP?tab=readme-ov-file
this "hip" because it seems to be crossGPU, modern, and crossplatform; despite the fact it is C++
openCL seems to not be totally crossplatform and crossGPU lol
Thaddy:
It is cross platform in so far that the GPU maker needs to provide OpenCL drivers.
By now many do. (almost all)
mercurhyo:
--- Quote from: Thaddy on March 03, 2024, 12:32:43 pm ---It is cross platform in so far that the GPU maker needs to provide OpenCL drivers.
By now many do. (almost all)
--- End quote ---
Dear Thaddy : I read the wiki 142 times and a half and that is not what i exactly call crossplatform as HIPify is
https://wiki.freepascal.org/OpenCL
Navigation
[0] Message Index