You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will lead naive end-user to the issue if he will try to build few projects from intel: they all suggest to create build directory in the workspace:). As a result all projects will try to generate Mekefiles in the same folder and will eventually conflict.
Please:
Drop a talk about a "workspace" to be created - user should clone only the repository
Change the build instruction suggesting to create build directory inside the cloned copy. For example:
1. Get gmmlib sources and change to the root directory, for example:
git clone https://github.com/intel/gmmlib.git && cd gmmlib
2. Configure, build and install as follows:
mkdir build && cd build
cmake ..
make
make install
The text was updated successfully, but these errors were encountered:
Description: When FtrLLCByPass is on, GMM should appropriately set SCF as per Ftr
support for that platform. Fixing GMM MOCS table for #16/17 when Ftr is set -
Change-Id: I3edaf50263214eae8c4cb1e22870e3083ae5ff20
Current build instruction starts with README.rst:
This will lead naive end-user to the issue if he will try to build few projects from intel: they all suggest to create build directory in the workspace:). As a result all projects will try to generate Mekefiles in the same folder and will eventually conflict.
Please:
The text was updated successfully, but these errors were encountered: