Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ script:
- mkdir build
- cd build
# Use the latest CE edition
- cmake ../ -DCOMPUTECPP_PACKAGE_ROOT_DIR=/tmp/ComputeCpp-CE-0.2.0-Linux/ -DCMAKE_MODULE_PATH=../../cmake/Modules -DCOMPUTECPP_DISABLE_GCC_DUAL_ABI=1
- cmake ../ -DCOMPUTECPP_PACKAGE_ROOT_DIR=/tmp/ComputeCpp-CE-0.2.1-Linux/ -DCMAKE_MODULE_PATH=../../cmake/Modules -DCOMPUTECPP_DISABLE_GCC_DUAL_ABI=1
- make
- COMPUTECPP_TARGET="host" ctest -E opencl

8 changes: 4 additions & 4 deletions .travis/computecpp_workaround.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cat .travis/additional_undef /tmp/ComputeCpp-CE-0.2.0-Linux/include/SYCL/sycl_builtins.h > /tmp/tmp_builtins
mv /tmp/tmp_builtins /tmp/ComputeCpp-CE-0.2.0-Linux/include/SYCL/sycl_builtins.h
cat .travis/additional_undef /tmp/ComputeCpp-CE-0.2.1-Linux/include/SYCL/sycl_builtins.h > /tmp/tmp_builtins
mv /tmp/tmp_builtins /tmp/ComputeCpp-CE-0.2.1-Linux/include/SYCL/sycl_builtins.h

cat .travis/additional_undef /tmp/ComputeCpp-CE-0.2.0-Linux/include/SYCL/host_relational_builtins.h > /tmp/tmp_builtins
mv /tmp/tmp_builtins /tmp/ComputeCpp-CE-0.2.0-Linux/include/SYCL/host_relational_builtins.h
cat .travis/additional_undef /tmp/ComputeCpp-CE-0.2.1-Linux/include/SYCL/host_relational_builtins.h > /tmp/tmp_builtins
mv /tmp/tmp_builtins /tmp/ComputeCpp-CE-0.2.1-Linux/include/SYCL/host_relational_builtins.h
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Requirements
------------

* The samples should work with any SYCL 1.2 implementation, though have
only been tested with ComputeCpp CE Public Beta v0.2.0
only been tested with ComputeCpp CE Public Beta v0.2.1

* OpenCL 1.2-capable hardware and drivers with SPIR 1.2 support

Expand Down
4 changes: 2 additions & 2 deletions documents/ComputeCpp_Anatomy_Of_App.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
== Community Edition (Beta) v. 0.2.0
== Community Edition (Beta) v. 0.2.1
:toc:
:homepage: http://www.codeplay.com/computecpp
:doctype: article
:version: 0.2.0
:version: 0.2.1
:author: Codeplay Software Ltd. <sycl@codeplay.com>
:source-highlighter: coderay
:coderay-css: style
Expand Down
4 changes: 2 additions & 2 deletions documents/ComputeCpp_GettingStarted.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:toc:
:homepage: http://www.codeplay.com/computecpp
:doctype: article
:version: 0.2.0
:version: 0.2.1
:author: Codeplay Software Ltd. <sycl@codeplay.com>
:source-highlighter: coderay
:coderay-css: style
Expand Down Expand Up @@ -136,7 +136,7 @@ The output of this command will look something like this.
```
********************************************************************************

ComputeCpp Info (CE 0.2.0)
ComputeCpp Info (CE 0.2.1)

********************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion documents/ComputeCpp_Glossary.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Glossary
:author: Codeplay Software Ltd.
:doctype: article
:version: 0.2.0
:version: 0.2.1

ifdef::env-github[]
:computecppUrl: https://computecpp.codeplay.com
Expand Down
2 changes: 1 addition & 1 deletion documents/ComputeCpp_Integration_Guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ComputeCpp : ComputeCpp Integration Guide

:Cplusplus: C++
:computePP: compute++
:version: 0.2.0
:version: 0.2.1

ifdef::env-github[]
// Includes do not work on GitHub
Expand Down
2 changes: 1 addition & 1 deletion documents/ComputeCpp_Overview.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:homepage: http://www.codeplay.com/computecpp
:doctype: article
:version: 0.1.1
:version: 0.2.1
:author: Codeplay Software Ltd. <sycl@codeplay.com>
:source-highlighter: coderay
:coderay-css: style
Expand Down