guide for install intel opencl

1.install centos7.3
2.install quartus_prime_complete : quartus, ocl sdk for fpga, component
3.environment variable

export ALTERAOCLSDKROOT="/home/wchao/intelFPGA_pro/17.0/hld"
export QSYS_ROOTDIR="/home/wchao/intelFPGA_pro/17.0/qsys/bin"
export PATH=$PATH:/home/wchao/intelFPGA_pro/17.0/quartus/bin
export PATH=$PATH:$INTELFPGAOCLSDKROOT/bin
#recommend full path for LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/wchao/intelFPGA_pro/17.0/hld/host/linux64/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/wchao/intelFPGA_pro/17.0/hld/board/a10_ref/linux64/lib
export QUARTUS_ROOTDIR_OVERRIDE=/home/wchao/intelFPGA_pro/17.0/quartus
export QSYS_ROOTDIR=/home/wchao/intelFPGA_pro/17.0/quartus/sopc_builder/bin
export INTELFPGAOCLSDKROOT=/home/wchao/intelFPGA_pro/17.0/hld
export AOCL_BOARD_PACKAGE_ROOT=/home/wchao/intelFPGA_pro/17.0/hld/board/a10_ref
4.
[[email protected] hld]$ su root
[[email protected] hld]# aocl install
5.
aocl diagnose
#-----------------------------------------------
#not required
6.install source code
yum install gcc
sudo yum install kernel-devel

原文地址:https://www.cnblogs.com/wordchao/p/8202992.html

时间: 2024-08-03 23:16:48

guide for install intel opencl的相关文章

【18/12/29】Ubuntu 16.04下配置intel opencl环境

一. 靠谱的安装教程 1. 官网教程 https://software.intel.com/en-us/articles/sdk-for-opencl-2019-gsg,打开后往下拉到[4. Production Examples]处,即可找到入口. 官网教程的链接,是从 https://blog.csdn.net/wd1603926823/article/details/79139172 中找到的: 2. 简略版的安装教程 (好像没有安装driver?相对官网的简短很多),https://ww

【转】install intel wireless 3165 driver for ubuntu 14.04.3

[转]install intel wireless 3165 driver for ubuntu 14.04.3 Ubuntu 14.04.3 with 3.19 kernel can’t drive the new Intel Wireless 3165 AC with firmware version 13.This is about how to install the driver mannually. Today I changed a new Dell vastro 5000 ser

安装android studio报错Failed to install Intel HAXM.

在安装android studio的过程中,安装到android的模拟器加速器(intel HAXM)这一步时,报错: HAXM是用来管理硬件加速的,估计是用了这个东西模拟器就能Eclipse的龟速吧. 解决: 原因:没有找到reg.exe; 给reg.exe配置环境变量. reg.exe一般是在C:\Windows\System32\目录下. 可以将路径C:\Windows\System32\reg.exe配置在PATH下, 也可以直接将%SystemRoot%\system32;%Syste

Ubuntu / CentOS Guide to Install OpenCart

OpenCart is a free and open source web based eCommerce online store management system for a better shopping cart solution. It is a foundation for building an online store allowing the shop owners to make business to their products or shop with the po

install intel c/c++ compiler ,

first of all, thanks blog online to confidence for me, and ,fuck you! 既然博文是给别人看的,指点迷津的,那为什么不好好写呢,搞得我安装一个ICC就搞了两天才弄好! 明明是可以不用安装license ,博文中也不说明白! 不过还是很谢谢这些博文,可能是我太激动了! 还有提醒就是,一定要仔细阅读安装中给出的选项,通过看 --help 给出的提示,会很有帮助!!自勉!!

Fedora 25/24/23 nVidia Drivers Install Guide

https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ search Most Popular Featured Linux Programming Servers SQL Advertise If Not True Then False Most Popular Featured Linux Programming Servers SQL Advertise Fedora 25/24/23 nVidia Drivers

原文版:Intel OpenVINO? Toolkit and AWS* Greengrass!!!

https://software.intel.com/en-us/articles/get-started-with-the-openvino-toolkit-and-aws-greengrass Hardware-Accelerated Function-as-a-Service Using AWS Greengrass Hardware Accelerated Function-as-a-Service (FaaS) enables cloud developers to deploy in

Linux下用Intel编译器编译安装NetCDF-Fortan库(4.2版本后)

本来这个问题真的没必要写的,可是真的困扰我太久%>_<%,决定还是记录一下. 首先,最权威清晰的安装文档还是官方的: Building the NetCDF-4.2 and later Fortran libraries (写此文时,最近版为4.2) 那这个文档最开始就告诉我们,自NetCDF库4.2版本以后,Fortran的库和C的库就要分开build啦!而且要装Fortran的库必须先装好C的库. 所以先装C的库咯:仍然官方文档: Getting and Building NetCDF-C

C++Builder6使用OpenCL

C++Builder6使用OpenCL具有一定意义,经过努力,已经可以运行了,记录内容供参考.(使用的是Intel集成显卡主板) 1. 转换库:OpenCL以静态库方式提供开发,Intel只有一种COFF格式静态库,C++Builder6使用OMF格式静态库,所以需要转换.C++Builder6自带coff2omf.exe转换即可. 2. 创建控制台程序,创建OpenCL目录,考入SDK安装目录下的CL文件夹,考入转换过的OpenCL.lib库文件,再创建一个OpenCL目录,考入应用源文件和头