search for: shende

Displaying 7 results from an estimated 7 matches for "shende".

Did you mean: shend
2019 May 28
2
Course Announcement
...flyer.pdf) at Goethe University in Frankfurt on June 13 and meet our great speakers in person: - Gregory Becker, Spack developer from Lawrence Livermore National Laboratory (LLNL), CA, USA - Joel E. Denny, OpenACC developer from Oak Ridge National Laboratory (ORNL), TN, USA - Sameer Shende, TAU developer and Director of the Performance Research Laboratory at the University of Oregon, USA If you have any question, please let us know. Just send an email to frankfurt at hpc-hessen.de. Kind Regards Anja -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2016 May 25
2
LLVM-HPC2016 Workshop at SC16 - Call for papers
...ity Gary Funck, Intrepid Technology James Brodman, Intel Jeff Hammond, Intel Jim Cownie, Intel John Mellor-Crummey, Rice University Keno Fischer, Julia Computing, Inc. Michael Wong, Codeplay Nadav Rotem, Apple Pat McCormick, Los Alamos National Laboratory Ralf Karrenberg, Saarland University Sameer Shende, University of Oregon Tobias Grosser, ETH Zürich Torsten Hoefler, ETH Zürich -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2013 Sep 11
2
[LLVMdev] Why a function pointer field in a LLVM IR struct is replaced by {}*?
Dear LLVM developers, My name is Ben Niu and I am a Ph.D. student at Lehigh University. I compiled the MUSL C library using Clang 3.3, and dumped the generated LLVM IR files. I found that the MUSL-defined FILE struct (aliasing __FILE_s) struct __FILE_s { unsigned flags; unsigned char *rpos, *rend; int (*close)(FILE *); unsigned char *wend, *wpos; unsigned char *mustbezero_1;
2014 May 30
2
[LLVMdev] LLVM-HPC Workshop at SC'14 - Call for papers
...ACM Digital Library and IEEE Xplore, by virtue of SIGHPC. ## Organizers * Hal Finkel, Argonne National Laboratory, hfinkel at anl.gov * Jeff Hammond, Intel Labs, jeff_hammond at acm.org Please contact either of the organizers with questions. ## Program Committee Chandler Carruth, Google Sameer Shende, University of Oregon Tobias Grosser, INRIA Gary Funck, Intrepid Technology Ralf Karrenberg, Weta Digital Nadav Rotem, Apple Andrew Trick, Apple J Nelson Amaral, University of Alberta Michael Wong, IBM Frank Winter, Thomas Jefferson National Accelerator Facility ("Jefferson Lab") Erik Sch...
2015 May 30
2
[LLVMdev] LLVM-HPC2 Workshop at SC'15 - Call for papers
...homas Jefferson National Accelerator Facility Gary Funck, Intrepid Technology James Brodman, Intel Jeff Hammond, Intel John Mellor-Crummey, Rice University Keno Fischer, Harvard University Michael Wong, IBM Michelle Strout, Colorado State University Nadav Rotem, Apple Ralf Karrenberg, NVIDIA Sameer Shende, University of Oregon Tobias Grosser, ETH Zürich Torsten Hoefler, ETH Zürich -- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
2013 Sep 11
0
[LLVMdev] Why a function pointer field in a LLVM IR struct is replaced by {}*?
On Tue, Sep 10, 2013 at 7:13 PM, Ben Niu <niuben003 at gmail.com> wrote: > Dear LLVM developers, > > My name is Ben Niu and I am a Ph.D. student at Lehigh University. I > compiled the MUSL C library using Clang 3.3, and dumped the generated LLVM > IR files. I found that the MUSL-defined FILE struct (aliasing __FILE_s) > > struct __FILE_s { > unsigned flags; >
2007 Oct 19
1
Size and performance efficient rewriting of the `dash.test` built-in
== Proposition A. Do not implement `-a' and `-o'. == Why. 1. Most of the `test` usage is 2 or 3 arg. ops. 2. Issues (and possible `||', `&&' substitutions), described in [0] [0] http://www.opengroup.org/onlinepubs/000095399/utilities/test.html 3. In case of usage of it, `exec /usr/bin/test $args` can be implemented. Thus, smart users of `-a' and `-o' will