Re: about local memory in opencl
I've added a new section on Memory System to my blog on the GPU Shader Core here: The Mali GPU: An Abstract Machine, Part 3 - The Shader Core ... which should answer the question. Cheers, Pete
View ArticleRe: Hi,I am Vivian Chen from China .I am developing embeded system based on...
Hello Vivian, our new Cortex-M Learning Platform should answer all your questions: www.keil.com/learn. Kind regards, Christopher
View ArticleRe: ARM Cortex A8 : Enabling D Cache aborts
Dear All, Thanks a lot for your valuable responses. I will check this, once I get the DDR.Regards,Gopu
View ArticleCortex A9 CPU self-tests
Hi!I am currently working in a project with a Freescale i.MX6 (Cortex A9) board. The system has to be certified against the ISO 13849 standard and my job is to implement software diagnostics in...
View ArticleRe: ARM Cortex A8 : Enabling D Cache aborts
Note that in ARMv7 the S, TEX, C, and B bits of a translation table entry together determine the cacheability and external behaviour of a memory region. When TEX=0, the C and B bits provide...
View ArticleRe: Anderstand OpenCl / OpenGl Es
To help lessen confusion, Chris mentioned the Graphics aspect of OpenGL ES, whereas Pete mentioned the fact that OpeGL ES also supports Compute functionality as of version 3.1.OpenCL is a much more...
View ArticleRe: IRQ handler not called by ARM A53
Hi Martin. Finally got it working! I was missing a "ALIGN 128" directive at starting of the vector table(as you can see in the code snippet above). It was your last reply that hinted me to check.Thanks...
View ArticleRe: Mali-400 direct access
Hi, It is still possible to use EGLImage for this kind of operation under Linux.Please see this thread about it: how to use eglimage on linux platform I hope it helps.Kind Regards, Michael McGeagh
View ArticleRe: Usage of android GraphicBuffer instead of glReadPixels on SGS3 with Mali...
Hello, everyone,Didn't you have a look at the sample project? Maybe I'm just missing something simple yet important.Thank you very much for help.
View ArticleRe: Problem with current Mali version
Hello,At this point we suspect an issue in the Emulator codebase with multisampling support not fully supported by an EGL implementation. So we will assign an internal ticket to investigate this...
View ArticleRe: Cortex A53 processor instruction cycles
Hi Sujatha, Thank you for your question. I'm afraid we do not publish this kind of detail for most of our processor cores, especially for the newer ones. May I ask what you are trying to achieve?...
View ArticleRe: CMSIS conditions - no support for board-type?
Hi Christopher, Thanks for your response. The way in which our Packs have been created is that a given software component may support multiple boards for the same device/core. So a software component...
View ArticleRe: CMSIS conditions - no support for board-type?
Hello James, thanks for the explanation. At the moment, the only way to do this is using a bundle. You can then use the Cbundle in a condition to filter for a specific board. In the tutorial section of...
View ArticleRe: CMSIS conditions - no support for board-type?
Hi Christopher, Thanks for your reply. Unfortunately I don't think we can use bundle at the moment. Currently we only parse the Components and Conditions sections (we kept things simple, and based on...
View ArticleRe: CMSIS conditions - no support for board-type?
Hello James, I have already forwarded your request internally and it will be reviewed for the next release. Kind regards and have a nice weekend, Christopher
View ArticleRe: Hello I need help
Hello guadajournal,When we got attacked by spammers, we have started to look at content in the community to protect our members who use the community for their work. guadujournal member has no...
View ArticleNeed ARMcompiler6 licence for DS-5 evaluation tool
HI We downloaded DS-5 from this link (http://ds.arm.com/downloads/) and installed 32 bit windows OS. The version of tool is ARM DS-5 Ultimate Edition and Evaluation version 5.20.2 .My main...
View ArticleRe: Cortex A53 processor instruction cycles
Hi Chris, Thank you for the reply. I want to estimate how many cycles and latency's that a small portion of C code will take using AARCH64 and ARCH32 instruction set.I mean how many cycles...
View Article