Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change recommended output directory in build instruction #16

Closed
dvrogozh opened this issue Apr 26, 2018 · 1 comment
Closed

Change recommended output directory in build instruction #16

dvrogozh opened this issue Apr 26, 2018 · 1 comment

Comments

@dvrogozh
Copy link
Contributor

Current build instruction starts with README.rst:

  1. Get gmmlib repo, make it look like
    < workspace >
    |- GmmLib

  2. $ mkdir /build

  3. $ cd /build

  4. cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] [-DARCH= 64 | 32] ../GmmLib

  5. $ make -j8 ( Also performs compile time ULT)

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:

  1. Drop a talk about a "workspace" to be created - user should clone only the repository
  2. 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
VPG-SWE-Github pushed a commit that referenced this issue May 23, 2018
Issue #16

Change-Id: I167e9b8ff1953a3163484bf37e4c67824773363b
@drprajap
Copy link
Contributor

The change has been pushed. 40b45bd.
Thanks.

VPG-SWE-Github pushed a commit that referenced this issue Aug 30, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants