Download OpenCL AMD APP SDK 3.0 for windows and linux - opencl

I want to download standalone version of OpenCL AMD APP SDK 3.0 for Windows and Linux.

AMD has remove the files from their servers.
There is a copy in the internet here:
For Windows
For Linux

Or you can use OCL SDK instead
https://gpuopen.com/compute-product/opencl-sdk/
https://github.com/GPUOpen-LibrariesAndSDKs/OCL-SDK/releases

Related

How to create a 64 bit desktop application (AIR) using Flash builder

I need to convert my adobe air application (using Flex 4.6.0.) into 64 bit desktop application (Mac OS and Windows).
Could you explain how to do ?
Indeed, macOS Catalina (macOS 10.15) won't support 32 bit apps !
So I need to find an alternative quickly.
Thanks for helping.
Best regard
In order to update to 64 bit, you will have to update your sdk. 4.6 version is very old (2012 maybe?).
First update your SDK to AIR 32.
Then you can use tag <architecture>64</architecture> in the application.xml file to force 64bit compile.
This works both in windows and mac for desktop apps.

Is it possible to run a Qt 5.10 programm on XP?

I have deployed a 5.10 32bit msvc programm.exe and it works ok on windows 8.1. But I have to run it on XP and I can not do it. It says "progamm.exe is not a valid Win32 app". Am I doomed? Do I have to use the last version of Qt that supports XP, like Qt5.6?
Thank you!
The latest version that supports XP is Qt 5.6.3. The Windows XP support is not enabled by default. You have to download the Qt source-code and compile it with ./configure -target xp. This means, if you install Qt 5.6.3 (pre-built) package the Windows XP support is not enabled! You must compile the source-code.
Qt 5.6.3 is in strict phase and reliable if you want to support Windows XP, which is still installed on many computers in China, India, etc.
Qt 5.6.3 is upwards compatible and supports additional to Windows XP, Windows Vista, Windows 7, Windows 8, Windows 10.
Qt 5.7 and upwards do not support Windows XP. If you modify the PE-Header to make it run, it's likely that the application will crash from time to time as Windows APIs are required that are not available on Windows XP.

intel joule 570x windows compatibility

Is it possible to install other versions of windows aside windows IoT Core when using Intel Joule 570? I need full windows 7/8/10 functionality if possible.
Is it out of scope for Joule?
Thanks
Intel Joule currently supports
Windows 10 IoT Core
Ubuntu 16.04 LTS
Ubuntu Core
Ref-OS-IoT
But not full versions of window 7,8,10

Where can I find OpenCL SDK 1.1 for linux?

I need the 1.1 version of OpenCL SDK to run on linux but I can't seem to find it anywhere. Can anyone help me?
Just install the latest Intel Linux OpenCL 1.2 drivers (from http://software.intel.com/en-us/vcsource/tools/opencl-sdk-xe) but for your program use an OpenCL 1.1 header if you want to make sure you're not using any OpenCL 1.2 APIs. You can get 1.1 headers from Khronos: http://www.khronos.org/registry/cl/. This will ensure your code with run with OpenCL 1.1 drivers (assuming that is why you're looking for the 1.1 SDK).
Intel has recently updated the product pages and the OpenCL SDK on Linux is now branded as the Intel SDK for OpenCL Applications XE. You can download it from http://software.intel.com/en-us/vcsource/tools/opencl-sdk-xe.

How to export an EXE native installer on Mac from an AIR project

I have an AIR application and I can export it to a DMG (native Mac application). However, I don't see how to export to an Windows EXE file.
More details
I'm using Mac OSX 10.8.2, Flash Builder 4.7, AIR 3.6 and Flex 4.6.
You can't create an exe on a Mac; you must do so in a Windows operating system. That can be Windows running virtualized on the mac hardware, though.
Similarly, you can't create a DMG file on a Windows machine.

Resources