search for: karpinski

Displaying 3 results from an estimated 3 matches for "karpinski".

Did you mean: akarpinski
2014 May 30
2
[LLVMdev] LLVM-HPC Workshop at SC'14 - Call for papers
...Trick, Apple J Nelson Amaral, University of Alberta Michael Wong, IBM Frank Winter, Thomas Jefferson National Accelerator Facility ("Jefferson Lab") Erik Schnetter, Perimeter Institute for Theoretical Physics David Tweed, ARM Cameron McInally, Cray Keno Fischer, Harvard University Stefan Karpinski, MIT / Julia Michael McCool, Intel Torsten Hoefler, ETH Zürich -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
...active on the LLVM mailing list, we look forward to every new release, and the goodies it brings. We are really looking forward to integrating polly, GPU, autovectorization capabilities, etc. Julia has been in development by a core group consisting of our compiler writer Jeff Bezanson, with Stefan Karpinski and myself contributing the runtime and libraries, and Prof. Alan Edelman focussing on numerical accuracy. We do look forward to meeting with all the folks behind LLVM and the community at large. Julia was quietly announced in the release notes of LLVM 3.0. It was officially announced only recentl...
2005 Sep 25
2
Problem issue with belongs_tohas_one and error_message_on
Hello I have a problem with relationship with belongs_to - has_one and with error_message_on I have splitted one huge table users into two tables user and profile. In users I''m keeping main fields like id,email,password and in profile there are the rest of fields. Table users: id,email,password Table profiles: id,user_id,publicname, and more ... My models are: - user.rb has_one