Re: HSA Motherboard
I was just about to write that I personally use a Gigabyte board in my home Kaveri machine and it runs HSA flawlessly.Here is the link to the MB: GIGABYTE - Motherboard - Socket FM2+ - GA-F2A88X-D3H...
View ArticleMissing licensing information and/or sourcecode
Ahoi, trying to package the AMD HSA Runtime. First impression: Where's the sourcecode? The repositories on GitHub only contain random binaries.(e.g. HSAFoundation/HSA-Drivers-Linux-AMD · GitHub and...
View ArticleOpen Firmware
Is there documentation available to assist with writing Open Firmware boot drivers for AMD Radeon cards? Nothing fancy, just enough for the card to register on the PCI bus to display a console, no 3D...
View ArticleRe: HSA kernel fails to build from sources
Very strange: With a different kernel config I've been able to build (and boot!) I'm scratching my head right now as I have no idea what the difference is, but on the upside I'm no longer stuck. I'll...
View ArticleDetermining actual size of load store memory
Hello, I own a AMD Kaveri A10-7850K APU. I'm trying to find the size of the local data store (LDS). I tried clinfo and obtained 32KB of local memory. However I know from the data sheet that AMD Kaveri...
View ArticleInfinite loop / hang in vector_copy example program
Using the version 0.8 release, compiled with both gcc 4.7.4 and 4.8.3: # time ./vector_copy Initializing the hsa runtime succeeded.Calling hsa_iterate_agents succeeded.Checking if the GPU device is...
View ArticleRe: CodeXLAnalyzer core dump
Hi,struct btest_struct { size_t sz; test_p dt[];};As per OpenCL 1.2 spec, inside the kernel code variable length arrays and structures with flexible (or unsized) arrays are not supported. [see...
View ArticleRe: APU-7850K
I haven't looked into it myself but you might start here:Home · HSAFoundation/HSA-Docs-AMD Wiki · GitHubHSA Platforms & Installation · HSAFoundation/HSA-Docs-AMD Wiki · GitHub
View ArticleRe: APP platform doesn`t see both IGP and DIS at the same time (7660G+7670M)
Hi,Using the OpenCL, you can access multiple GPUs at the same time and run the same kernel on different GPUs simultaneously. You can check the "SimpleMultiDevice" sample under AMD APP...
View ArticleRe: OpenGL interop
Hi,From the first look, I've few suggestions: 1. The issue may be due to lack of enough memory in the GPU. Please can you try with smaller problem size and observe. 2. It also may be a memory aligned...
View ArticleRe: Linux support for VCE/VCE2?
Hi, That is nice. However we need access to an API for Catalyst driver, otherwise VCE can't be used for professional applications. Regards, se6
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
A new version of catalyst driver is released at AMD Catalyst™ Software Suite for AMD Radeon™ R9 285I'm at work. So, I can't try it. But it seems to have newer version of OCL stuff. I'm just compared...
View Articlehsa kernel driver and radeon module
Hello, 1- I am about to install hsa enabled kernel from the github. I noticed something.The HSA kernel driver ("radeon-kfd"), which works with the radeon graphics driver.I am currently using the fglrx...
View ArticleCodeXL and VS 2013/14 Crash On Compile
uint constant lol[32] = { 1,1,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,1 }; __kernel void TestCrash(__global uint *keys){ uint pos = get_global_id(0); keys[pos] = lol[pos];}...
View ArticleRe: hsa kernel driver and radeon module
1- I am about to install hsa enabled kernel from the github. I noticed something.AMD has not released OpenCL runtime that works with HSA yet (The right forum to discuss HSA issues?). However, they...
View ArticleHow to start a game of 4*1 display mode automatilly using eyefinity
I have meet some trouble when using eyefinity. The game's display mode is 4*1. It can work actually. But if I change one of the 4 monitors, the game cannot start automatilly. I must configure the...
View ArticleRe: how to compile OpenCL project on eclipse?
Hi,My apologies for this late reply.Please can you try with library path as C:\Program Files (x86)\AMD APP SDK\2.9\lib\x86.Your build settings may be set fro 32 bit app but you are trying to link the...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
AMD Catalyst™ Software Suite for AMD Radeon™ R9 285 is for specifically R9 285 only. However, I found modified driver that installs on my desktop Kaveri system at AMD Catalyst 14.x BETA (14.300.1005.0...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
Here is a video made for someone who explain how to activate OpenCL in an experimental mode by CMD.And explain too, how to made a .bat file for easy start. How to get Blender 2.69 to work with AMD...
View ArticleNew video on ACMLScript (part 1 of 3)
Hi all~ We recently uploaded the first video in a 3-part series where I describe what ACMLScript is and the purpose it serves. The series will describe how end users can find the script files, read...
View Article