I am working on getting the Intel OpenCL SDK up and running on a Fedora 25 Skylake machine (Core i7-6700). So far I have:
- Installed the xorg-x11-drv-intel package from the Fedora (or maybe RPMFusion) repo
- Installed the Intel SDK for OpenCL Applications 2016 R3 for Linux with sudo permissions
Step 2 warned about Unsupported OS and Intel Debugger for Heterogeneous Compute Unsupported OS, and I selected to ignore those prereqs.
When I run
ioc64 -version
I get the following output:
terminate called after throwing an instance of 'std::string' Aborted (core dumped)
Same thing with
ioc64 -help
Have I installed the correct components? Could this error be related to using an unsupported OS? Any suggestions on how to proceed?
EDIT: More info:
$ sudo lshw -c video *-display description: VGA compatible controller product: HD Graphics 530 vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 06 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:132 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffff
$ modinfo i915 filename: /lib/modules/4.8.8-200.fc24.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz license: GPL and additional rights description: Intel Graphics author: Intel Corporation author: Tungsten Graphics, Inc. firmware: i915/bxt_dmc_ver1_07.bin firmware: i915/skl_dmc_ver1_26.bin firmware: i915/kbl_dmc_ver1_01.bin firmware: i915/kbl_guc_ver9_14.bin firmware: i915/bxt_guc_ver8_7.bin firmware: i915/skl_guc_ver6_1.bin<snip>
Thread Topic:
Question