Skip to content

Commit af6101c

Browse files
committed
Fixed PoCL typo in documentation #239
1 parent a10d392 commit af6101c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/pages/Install-FAST-on-Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Requirements
1111
- **NVIDIA** - Install [CUDA](https://developer.nvidia.com/cuda-downloads)
1212
- **Intel** - Install the [OpenCL NEO driver](https://github.com/intel/compute-runtime/releases)
1313
- **AMD** - Install the [ROCm stack](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html)
14-
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Lanauge (PCOL)](http://portablecl.org), although reduced performance is likely.
14+
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Language (PoCL)](http://portablecl.org), although reduced performance is likely.
1515
- `sudo apt install libpocl2`
1616

1717
Some [optional requirements](@ref requirements) are needed for video streaming and GPU neural network inference, these can be installed later.

doc/pages/Linux-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo apt install pkgconf libusb-1.0-0-dev # Needed for realsense
2222
- **NVIDIA** - Install [CUDA](https://developer.nvidia.com/cuda-downloads)
2323
- **Intel** - Install the [OpenCL NEO driver](https://github.com/intel/compute-runtime/releases)
2424
- **AMD** - Install the [ROCm stack](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html)
25-
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Lanauge (PCOL)](http://portablecl.org), although reduced performance is likely.
25+
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Language (PoCL)](http://portablecl.org), although reduced performance is likely.
2626

2727
3. FAST will download all other dependencies (Qt5, eigen, zlib, DCMTK, OpenVINO, tensorflow, +++) automatically. Note that some [optional requirements](@ref requirements) are needed for video streaming and GPU neural network inference, this can be installed later.
2828

doc/pages/Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install OpenCL on Linux, download an implementation depending on the CPU/GPU
1818
**NVIDIA** - Install [CUDA](https://developer.nvidia.com/cuda-downloads)
1919
**Intel** - Install the [OpenCL NEO driver](https://github.com/intel/compute-runtime/releases)
2020
**AMD** - Install the [ROCm stack](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html)
21-
If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Lanauge (PCOL)](http://portablecl.org), although reduced performance is likely.
21+
If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Language (PoCL)](http://portablecl.org), although reduced performance is likely.
2222

2323
Also you need to install the following dependencies openslide and libusb:
2424
```bash

doc/pages/Windows-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Install requirements
1919
- OpenCL: To install OpenCL on Windows, download an implementation depending on the CPU/GPU you have and want to use:
2020
- **NVIDIA** - Install [CUDA](https://developer.nvidia.com/cuda-downloads)
2121
- **Intel** - Install the [Intel OpenCL SDK](https://software.intel.com/content/www/us/en/develop/tools/opencl-sdk/choose-download.html)
22-
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Lanauge (PCOL)](http://portablecl.org).
22+
- If none of the above fits, you might want to check out the open source OpenCL implementation [Portable Computing Language (PoCL)](http://portablecl.org).
2323

2424
3. FAST will download all other dependencies (Qt5, eigen, zlib, DCMTK, OpenVINO, tensorflow, +++) automatically. Note that some [optional requirements](@ref requirements) are needed for video streaming and GPU neural network inference, this can be installed later.
2525

0 commit comments

Comments
 (0)