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

[SYCL][Doc] Fix tbb target path in Get Started Guide. #1695

Merged
merged 5 commits into from
May 18, 2020

Conversation

yxliang01
Copy link
Contributor

The previous guide suggests linking tbb to /opt/intel/oclcpuexp/ which is not in the LD_PATH

The previous guide suggests linking tbb to `/opt/intel/oclcpuexp/` which is not in the `LD_PATH`
Copy link
Contributor

@vladimirlaz vladimirlaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The opeNCL CPU file are in x64 directory (see the structure of the latest drop)

sycl/doc/GetStartedGuide.md Outdated Show resolved Hide resolved
sycl/doc/GetStartedGuide.md Outdated Show resolved Hide resolved
sycl/doc/GetStartedGuide.md Outdated Show resolved Hide resolved
@yxliang01
Copy link
Contributor Author

Indeed, thanks @vladimirlaz for pointing out!

@bader bader changed the title docs.build.fix(GetStartedGuide): tbb target path [SYCL][Doc] Fix tbb target path in Get Started Guide. May 17, 2020
@bader bader requested a review from vladimirlaz May 17, 2020 13:45
@bader bader added the Documentation Missing documentation for the code, compiler or runtime features, etc. label May 18, 2020
@bader bader merged commit 4e6cf6f into intel:sycl May 18, 2020
@yxliang01 yxliang01 deleted the patch-1 branch May 18, 2020 21:40
alexbatashev pushed a commit to alexbatashev/llvm that referenced this pull request May 20, 2020
* sycl: (65 commits)
  [SYCL] Host task implementation (intel#1471)
  [SYCL] Update getting dependencies documentation (intel#1699)
  [SYCL] Fix types and transparent functors recognition in reduction (intel#1709)
  [SYCL][Doc] Get started guide clean-up (intel#1697)
  Add --spirv-fp-contract={on|off|fast} option (intel#509)
  [SYCL][Doc] Fix tbb target path in Get Started Guide. (intel#1695)
  [SYCL] Add support for kernel name types templated using enums. (intel#1675)
  [Driver][SYCL] Make -std=c++17 the default for DPC++ (intel#1662)
  AllocaInst should store Align instead of MaybeAlign.
  [X86] Replace selectScalarSSELoad ComplexPattern with PatFrags to handle the 3 types of loads we currently match.
  Harden IR and bitcode parsers against infinite size types.
  Revert "[nfc] test commit"
  [nfc] test commit
  Expose IRGen API to add the default IR attributes to a function definition.
  The release notes for ObjCBreakBeforeNestedBlockParam was placed between the release note for IndentCaseBlocks and its example code
  [VectorCombine] forward walk through instructions to improve chaining of transforms
  [PhaseOrdering] add vector reduction tests; NFC
  [InstCombine] Clean up alignment handling (NFC)
  [ARM] Patterns for VQSHRN
  [VectorCombine] add reduction-like patterns; NFC
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Missing documentation for the code, compiler or runtime features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants