Platform Information
Firstly I‘ll post my platform info:
arch-info
3.10.84-20.fc21.loongson.3.mips64el
cpu-info
[loongson@localhost ~]$ lscpu
Architecture: mips64
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
CPU max MHz: 1200.0000
CPU min MHz: 300.0000
NUMA node0 CPU(s): 0-3
os-info
[loongson@localhost ~]$ uname -o
GNU/Linux
Build OpenCL Development environment
Recently, I am learning openCL programming and in desperate need of build an OpenCL development environment .I have encountered some issue for my building road as follows:
- where to find AMD APP SDK 3.0 for Linux(no-X86/X86_X64 architecture)?
During building the environment, I get the following the tar ball-AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2, but when I decompressed and installed it in /opt/ Dir, I realized it just for X86-like linux.
where to find something fit for mips64el Linux? Anyone can give some tips for me, Thanks anyway.