Re: OpenCL2.0 not available on Radeon R7 240
I have definitely confirmed that the Radeon R7 240 does NOT support OpenCL 2.0. OpenCL 2.0 requires GCN 1.1. The R7 260 is GCN 1.1 The wikipedia page linked below has details of which GCN architecture...
View ArticleRe: VS 2013 and openCL
For now it's working, but there appeared something interesting.when compiling appeared about ~150 errors, but program working.The error associated with the same "cl :: vector <T, N>': declared...
View ArticleRe: Requesting tutorial on integrating ACML with Scipy/Numpy and Matlab
Hi, for Matlab / Octave these slides: Some Notes on BLAS, SIMD, MIC and GPGPU may be of use (especially slides 8 & 9).
View ArticleRe: Re: VS 2013 and openCL
cl::vector has been deprecated since OpenCL 1.2 I believe. Just make sure you don't have this: #define __NO_STD_VECTOR Then, just use std vectors. You can use them for OpenCL types as well:...
View ArticleRe: Re: request for DOPP edge blending sample code
I need to get a better understanding of the capabilities, limitations, and implementation of DOPP on a W9100 (or possibly a W9000) for a 4 projector setup to a flat wall edge blending application along...
View ArticleRe: Why does not my Hawaii support OpenCL 2.0 with driver 1642.5
Which OS are you using? When asking for help in any forum, it is a good idea to provide basic system information such as OS version and bitness. CPU/Memory size/MB used/etc.
View ArticleRe: Control placement of OpenCL compiled products. /tmp alternative
That's why I said work around that would remove the issue you have, I also don't know if it respects any settings. To clarify tmpfs is mounted as /tmp.
View ArticleRe: Kernel with local memory usage gives different results on some hardware
Raistmer, I'm not expecting this to work but on multigpu systems right now a problem like this also exists. I reencountered the problem for several hours yesterday so I wanted to see if the kinda-fix...
View ArticleACML for Carrizo
I would like to ask if there is a new version of the ACML planned (supporting AVX2) when the new Carrizo APU is released?
View ArticleHSA/huma under Linux
I would like to ask if the whole system RAM is available for hUMA or only the amount that is considered "shared memory", which in case of Kaveri was limited to 2GB for many boards? Furthermore, what...
View ArticleRe: S400 Synchronization Regression
If the synchronization fails it is an issue which might be specific to the setup and not a general failure. We would need to reproduce it in order to know why the driver fails to synchronize.May I ask...
View ArticleRe: ACML for Carrizo
Alright, let me rephrase my question then: Is the ACML still under active development?
View ArticleRe: Getting GPU port index of attached display on windows
The iDesiplayIndex you get when calling ADL2_Adapter_ConnectionState_Get corresponds to the ADLDisplayInfo.displayID.iDisplayLogicalIndex. Having this index enables you to find the ADLDisplayInfo and...
View ArticleRe: ACML for Carrizo
Happy to answer that one. Yes. Laughing out loud, how very lawyerly of you
View ArticleRe: Driver 14.12 - Pure virtual function call error causes application crash...
I bought Leadwerks today and sucks to know this is still a thing. I hope AMD fixes it soon.
View ArticleRe: When is the next driver going to be released?
Do you have any news regarding this? I wonder if it's better for me to wait one or two weeks or downgrade to 14.9. Thanks!
View ArticleRe: AMD FirePro Device IDs
There is a public site where you can search by device: PCI Vendor and Device Lists It probably doesn't have everything (in fact I'm sure of it) but you may find what you're looking for there.
View ArticleRe: Shifted Screen in maximized window
Thanks for the update. Took a while, but I'm glad it appears resolved.
View ArticleRe: Driver 14.12 - Pure virtual function call error causes application crash...
Gerard Parareda, Sorry you ran into this problem. It is fixed, per Bug Report for driver 14.9 I cannot make any prediction about when the next release will appear in public.
View Article