search for: imageworks

Displaying 11 results from an estimated 11 matches for "imageworks".

2006 May 25
0
[JOB] Client-server software developers
I''m posting this job for Sony Imageworks. They''re located in Culver City, in sunny Los Angeles. http://www.imageworks.com/films/index.html They are looking for people who are well versed in a number of technologies and enjoy learning new languages and being somebody who can be thrown at a problem and learn what they need to do...
2007 Feb 01
2
file_column 2nd try....
Looks like my first question a couple of days ago wasn?t very clever asked, at least very sucessfull.... So, anyway...i will try it again: I have to prefix that I am far away from fully understanding the overall concept yet, and there?s no way to get some hints in the www so far, at least my resaerches dont lead to any helpfull stuff. image_controller.rb: def create MiddleMan.new_worker
2012 May 11
2
[LLVMdev] LLVM library versionitis
I have a DSL that creates LLVM IR on the fly and JITs to x86 at runtime. (https://github.com/imageworks/OpenShadingLanguage) Primarily, we have a main app that uses the library that implements our DSL. But we have other usage cases in which we have written dynamically-loaded plugins to 3rd party apps that we don't control, and our plugins use our language, which necessitates linking to LLVM. U...
2010 Aug 16
3
[LLVMdev] Module management questions
...sets of functions that I need to dynamically compile. Second question: what's the best way to proceed? What's the approved way to completely free a Module/EE? And can I do so and still retain the JITed machine code to continue executing? -- Larry Gritz lg at larrygritz.com (a.k.a. lg at imageworks.com)
2010 Oct 07
0
[LLVMdev] LLVM Developers' Meeting - Tentative Agenda & Hotel Location
...SIMD Code - Peter Collingboure, Imperial College London The LLVM Assembler & Machine Code Infrastructure - Daniel Dunbar Connecting the EDG front-end to LLVM - Renato Golin, ARM libclang: Thinking Beyond the Compiler - Doug Gregor LLVM for Open Shading Language - Larry Gritz, Sony Pictures Imageworks Polly - Polyhedral optimizations in LLVM - Tobias Grosser, University of Passau libc++ - Howard Hinnant Experiences on using LLVM to compile Click packet processing code to Stanford NetFPGA hardware - James Kempf, Ericsson Research Silicon Valley The Crack Scripting Language - Michael Muller, G...
2010 Nov 14
0
[LLVMdev] Ahoy JIT Users
...nFunction exposed?) please make me aware of it! Hi, Daniel! We (http://code.google.com/p/openshadinglanguage/) are using LLVM to JIT. We do it all through the EE, retrieving JITed code through getPointerToFunction, not reaching into any JIT internals. -- Larry Gritz lg at larrygritz.com / lg at imageworks.com
2012 May 11
0
[LLVMdev] LLVM library versionitis
On 11.05.2012, at 21:17, Larry Gritz wrote: > I have a DSL that creates LLVM IR on the fly and JITs to x86 at runtime. (https://github.com/imageworks/OpenShadingLanguage) > > Primarily, we have a main app that uses the library that implements our DSL. But we have other usage cases in which we have written dynamically-loaded plugins to 3rd party apps that we don't control, and our plugins use our language, which necessitates linking t...
2013 Dec 09
3
[LLVMdev] [RFC] MCJIT usage models
...simultaneously. I'm currently using the old JIT, but would happily switch to MCJIT if its speed (especially ability to lazily compile functions as the old one can) were to improve and memory was as good. (Here's the GitHub page for the project I'm thinking of: https://github.com/imageworks/OpenShadingLanguage/) On Dec 9, 2013, at 11:35 AM, "Kaylor, Andrew" <andrew.kaylor at intel.com> wrote: > Below is an outline of various usage models for MCJIT that I put together based on conversations at last month's LLVM Developer Meeting. If you're using or thinki...
2010 Oct 01
0
[LLVMdev] LLVM-2.7 to 2.8 subtle change: MemoryBuffer::getMemBuffer
Hi guys, In porting our project over to LLVM-2.8 today I ran into a change that should probably go in the 2.8 release notes. After r100485, the MemoryBuffer::getMemBuffer went from: /// getMemBuffer - Open the specified memory range as a MemoryBuffer. Note /// that EndPtr[0] must be a null byte and be accessible!
2006 Oct 18
1
Managing Yum repositories
I''m trying to use Puppet 0.19.3 to manage Yum repositories, using the ''yumrepo'' type. Our repository configuration files currently have a line baseurl=file:///net/yum/CentOS4.1/$basearch/ where "$basearch" gets interpreted by ''yum''. I''ve tried the line baseurl => "file:///net/yum/CentOS4.1/$basearch/" in my
2006 Oct 18
19
Creating client certificates
I testing Puppet 0.19.3. If we decide to use it, we''d deploy it across several thousand hosts. The method described for creating client certificates described in the documentation - running "puppetd --server <server> --waitforcert 60 --test" and "puppetca --sign <client>" - is not practical for our installation. I''ve tried creating