Skip to content

pFaces v1.0.6 [demo]

Compare
Choose a tag to compare
@mkhaled87 mkhaled87 released this 26 Aug 20:28
· 5 commits to master since this release
abbe42e

pFaces v1.0.6 [demo] version includes:

1- pFaces acceleration engine.
2- A demo license for 356 days.
3- The pre-built SDK libraries and include files for making new kernels.
4- The MATLAB interface allowing access to pFaces-generated files.

Please first uninstall any existing old version of pFaces by running the uninstall script (Windows: uninstall.bat, Linux/MacOS: uninstall.sh). Now, download the ZIP file corresponding to the OS you will be using. Extract the ZIP file and navigate to the root folder. Run the install script:

Windows: install.bat
Linux/MacOS: install.sh

It makes a symbolic link to pFaces main binary and assigns the PFACES_SDK_ROOT environment variable to the root directory of the SDK.

Changes log:
=-=-=-=-=-=
1- Academic licenses are extended to 3 months.
2- Added a new feature to access config values from the kernel source.
3- Added a new feature to check the argument names/count between the driver and the source.
4- Added detailed and user-friendly info for all OpenCL error messages.
5- Added extensible templates for memory buffers (see kernel/buffers.template) that can be used by user kernels which makes their memory templates much compact.
6- Several bug fixes.