search for: definitiv

Displaying 5 results from an estimated 5 matches for "definitiv".

Did you mean: definitive
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...IR itself and only very local changes to the generic back end infrastructure. It may possibly not be as generic as other solutions, but it is far from being an ugly hack. Quite in contrast, it is a close match for OpenCL like run times and works well with the existing PTX back end. Do you have definitiv plans to add heterogeneous computing capabilities to LLVM-IR within the next couple (3-4) months? Will these capabilities superseed the llvm codegen intrinsic? In case such plans do not exist, what do you think about adding the llvm.codegen() intrinsic for now? If mid-term plans exist for hete...
2012 May 07
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...n ugly > hack. Quite in contrast, it is a close match for OpenCL like run times > and works well with the existing PTX back end. I'll bite my tongue on the designs of OpenCL and CUDA. :) But regardless, if those are your targets you don't need llvm.codegen at all. > Do you have definitiv plans to add heterogeneous computing > capabilities to LLVM-IR within the next couple (3-4) months? Will > these capabilities superseed the llvm codegen intrinsic? No specific plans to change the IR. We have not found a need such changes on current architectures as the runtimes provided wit...
2012 May 01
5
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Justin Holewinski <justin.holewinski at gmail.com> writes: > For something like PTX, runtime calls take care of the call semantics so > it is either up to the user or the frontend to set up the runtime calls > correctly. We don't need to completely solve this problem. Yet. :) > > But there has to be some interface that allows an LLVM IR function > from
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...n und Erfahrungen durch mehrere Jahre Tätigkeit in der Softwareentwicklung - hervorragende Kenntnisse in Ruby, Rails und MySQL - Vertrautheit mit GNU/Linux, Bash, JavaScript/Ajax, (X)HTML, CSS, XML und Subversion - darüber hinaus wären Kenntnisse in mehreren der folgenden Bereiche wünschenswert: C (definitiv ein Plus); Apache, Mongrel, Ferret (bzw. Lucene), Git; Agile Methoden/XP, TDD; Serveradministration (Debian, Red Hat), Virtualisierung, Clustering; Automatische Indexierung, Information Retrieval - erwartet werden sowohl fundierte praktische Programmiererfahrungen als auch umfassende theoretische K...
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...regardless, if those are your targets you don't need llvm.codegen at > all. Why is it not needed? I don't see anything that could currently replace it. How can I create a loadable optimizer module that creates embedded PTX code without the llvm.codegen intrinsic? >> Do you have definitiv plans to add heterogeneous computing >> capabilities to LLVM-IR within the next couple (3-4) months? Will >> these capabilities superseed the llvm codegen intrinsic? > > No specific plans to change the IR. We have not found a need such > changes on current architectures as the...