search for: shend

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

Did you mean: send
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 {}*?
...igned char *buf; size_t buf_size; FILE *prev, *next; int fd; int pipe_pid; long lockcount; short dummy3; signed char mode; signed char lbf; int lock; int waiters; void *cookie; off_t off; char *getln_buf; void *mustbezero_2; unsigned char *shend; off_t shlim, shcnt;}; was represented by %struct.__FILE_s = type { i32, i8*, i8*, i32 (%struct.__FILE_s*)*, i8*, i8*, i8*, i8*, i64 (%struct.__FILE_s*, i8*, i64)*, i64 (%struct.__FILE_s*, i8*, i64)*, i64 (%struct.__FILE_s*, i64, i32)*, i8*, i64, %struct.__FILE_s*, %struct.__FILE_s*, i32, i32...
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 Sc...
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 {}*?
...int fd; > int pipe_pid; > long lockcount; > short dummy3; > signed char mode; > signed char lbf; > int lock; > int waiters; > void *cookie; > off_t off; > char *getln_buf; > void *mustbezero_2; > unsigned char *shend; > off_t shlim, shcnt;}; > > was represented by > > %struct.__FILE_s = type { i32, i8*, i8*, > i32 (%struct.__FILE_s*)*, i8*, i8*, i8*, i8*, > i64 (%struct.__FILE_s*, i8*, i64)*, > i64 (%struct.__FILE_s*, i8*, i64)*, > i64 (%struct.__FILE_s*, i64, i32)*, > i8*, i64...
2007 Oct 19
1
Size and performance efficient rewriting of the `dash.test` built-in
...e first character of operator is not a digit. Now, i want to add something like this: #!/bin/dash cd /mnt/path/to/src test file.c -ot [ utils/foo.c include/bar.h ] && do_update [ file.c -nt [ utils/foo.c include/bar.h ] ] || do_nothing test vmlinux.o -nt [ $DEP_LIST ] || do_something #shend When using parameter, IFS can split any kind of list separation, so list syntax, basically, is not that much important. Why. Because of my intention of getting rid of the `make` based built system(s). It was discussed many time by many people. The Linux kernel kbuild/kconfig flame wars ended with...