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.
Related
I'm building a .NetCore 3.1 console application to run in the Linux OS.
I'm attempting to use the Mono.Posix libraries.
If I use Mono.Posix-4.5 (May 2015), the app builds both under on Linux and Windows 10 platforms.
If I attempt to use Mono.Posix.NetStandard, the app builds in my Windows 10 environment.
However, it does not build on Linux.
I get the following error message:
I want to use the latest stable version of Mono.
Is .NetStandard supported with .NetCore 3.1?
Is there something I missing here in terms of requiting additional dependencies?
Thanks, JohnB
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
I was looking at the Qt 5.6 feature list, and it claims 'Full Windows 10 support'. Now I'm wondering, does this mean that ALL Qt features are supported on Windows 10 by the release of Qt 5.6? I'm asking this because I really want to use QtBluetooth on Windows 10, but Qt is not clear about the support of that on Windows 10.
Can someone clarify things up?
In Qt 5.5 Qt Bluetooth was supported for the following platforms:
Android, iOS, Linux (BlueZ 4.x/5.x) and OS X
Then in 2015 Qt developers discussed Bluetooth for Windows, see blog
Hopefully, we can close the gap towards the last major platform which is not yet supported. A WinRT port is being planned for Qt 5.6
But in Qt 5.6 there are no new features related to Qt Bluetooth and in tracker we see that:
WinRT (classic and Low Energy) is scheduled for Qt 5.7.
So this is not a question of Win10 support, I guess Qt Bluetooth will remain for the same platforms in Qt 5.6 and will be ported for Windows later.
I am curious about the qt version used on Blackberry 10 momemtics IDE. Can I use QT5 for blackberry 10 development ?
Directly from the documentation you can find here.
The current release of the BlackBerry 10 Gold NDK
[developer.blackberry.com] includes Qt 4.8 for both the simulator
target (x86) and device targets (arm) available for development.
Compared to the development for the PlayBook, Qt is integrated in the
BlackBerry 10 device firmware and so can be used by Qt applications as
shared libraries.
The page is quite detailed. Have a look at it.
However, Qt5 can still be considered. You can find more information on how to use this Qt version in this other page, which states:
Currently, Qt5 is neither included in the BlackBerry 10 device
software nor in the BlackBerry 10 SDK. However, Qt5 on BlackBerry 10
has reached a excellent level of quality and can be used for
developing and publishing applications to BlackBerry World.
BlackBerry 10 supplies only Qt 4 libraries.
You can use Qt 5 as long as you bundle your application with self-built Qt libraries.
Here you can find detailed information.
I am developing an application for Nokia Symbian since last two months, Nokia is a new platform for me I have good experience in iPhone development, I started Qt SDK 1.0 what I found 1.0 was not really good for some mobile device specially in UI, I just moved out to Qt SDK 1.1 released on 1st March 2011 I went through QML (Qt Quick) I found it really good in UI experience, finally when I reach to OVi for publishing my application OVi just refused my application due to Qt SDK 1.1 which is not supported on Nokia Symbian devices yet.
Again I cam back to Qt SDK 1.0 I used QDelearativeView and used same QML structure its working fine on simulator but when I am trying to build it for Symbian device I am getting error "no such file or directory".
Now I have number of questions listed below
1 - How can I fix this error and publish it to OVi
2 - Any good resource for publishing & signed process for Symbian devices
3 - Any expectation how much long Ovi would take to support Qt SDK 1.1
Thanks in advance,
Mohammad Asif
Qt SDK 1.0 contains Qt 4.6.3 which doesn't support QtDeclarative. SDK 1.1 Beta contains Qt 4.7.2. That's the reason for compilation error.
According to this, you could build your app on SDK 1.1 Beta, package it with the currently available Qt Smart Installer and submit it. Though it will only be deployed to store once Qt 4.7 based Smart Installer is available.
For Ovi Store related questions I suggest you consult Forum Nokia's Publishing to Ovi Store forum.