search for: holist

Displaying 20 results from an estimated 71 matches for "holist".

Did you mean: hoist
2017 Nov 28
2
Publication LLVM Related Publications Submission
...s that use LLVM to the Related Publications section. Both papers focus on code isolation applied to perform piecewise compiler optimizations. The code isolation process is performed by CERE, an open source tool based on LLVM. The second paper is an extended version of the first one. 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters @inproceedings{popov2016piecewise, title={Piecewise Holistic Autotuning of Compiler and Runtime Parameters}, author={Popov, Mihail and Akel, Chadi and Jalby, William and de Oliveira Castro, Pablo}, booktitle={European Conference on Parallel Proce...
2018 Jan 30
0
Publication LLVM Related Publications Submission
...section. > > Both papers focus on code isolation applied to perform piecewise > compiler optimizations. > The code isolation process is performed by CERE, an open source tool > based on LLVM. > > The second paper is an extended version of the first one. > > 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters > > > @inproceedings{popov2016piecewise, > title={Piecewise Holistic Autotuning of Compiler and Runtime > Parameters}, > author={Popov, Mihail and Akel, Chadi and Jalby, William and de > Oliveira Castro, Pablo}, > bookt...
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...tual numbers. This **may** indeed be a myth (for a long time now) re-cited again and again and - could no longer be valid today - could apply only when deleting explicitly named files but not deleting the complete folder (as we need to do in "Back in Time") At least I could not find a holistic benchmark with many files and different scenarios (file systems, rsync'ing locally vs. over network, snapshot sizes, number of files, file sizes, rsync and rm versions...) Q: Does `rsync` provide a test case that I could use as basis to prepare such a holistic benchmark? > But now that I...
2010 Jul 28
2
[LLVMdev] X + 0.0
...h a patch until then. As an open source project, we have little ability to force things to happen. It could be implemented next week or it might be 10 years from now, or never. All I can say is that I don't know of anyone planning to work on it. It dovetails with rounding mode support, so a holistic approach would be good. > I wonder why these optimizations can be done in the mid-level and additionaly in the backend. > as a non-compiler-guru i see redundancy there. perhaps it is possible to write a "loop back" > backend that outputs llvm ir again so that the optimizations...
2018 Feb 09
2
Virtualization Management Platforms
Hey All, Curious about the best, easy to use virtualization management platform for small labs of 30-40 physical servers. Looking for something that's relatively simple to operate, install and lightweight but with enough maturity to provide monitoring as well as holistic views of the entire physical space etc. Hearing of oVirt, Xen and Eucalyptus to name a few but wondering what other options do I have for a small physical space? -- Cheers, Tom K.
2009 Jan 28
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
...nce it's constrained to be the same as the 64-bit "input register". That means that you ought to make sure to set *both* output registers appropriately, one of them being 0 and the other being the 32-bit number. I think that's the only answer that actually makes any sense from a holistic code-generation sense. So it seems we are in violent agreement :-D. Cheers, Kyle Moffett
2014 Sep 14
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
Hello, I run into a situation where I need to provide the library functions, such as sqrt() from <math.h> and rand() from <stdlib.h>, in the format of LLVM IR bitcode files. Then I can try to link the bitcode of my program against these library bitcode files to formulate a holistic bitcode file. However, these library functions are only available in object format. And the source files of them I found have many references to other library files. So, is there any way to translate the library source files into bitcode files, so that all the information that the library funct...
2010 Jul 28
0
[LLVMdev] X + 0.0
> As an open source project, we have little ability to force things to happen. It could be implemented next week or it might be 10 years from now, or never. All I can say is that I don't know of anyone planning to work on it. It dovetails with rounding mode support, so a holistic approach would be good. > All I want to know if it "is planned" or if it is wrong use and therefore will never be implemented even if there would be plenty of work force. But it sounds like a redesign is planned for some time in the future. -Jochen
2013 Jan 14
0
[LLVMdev] [cfe-dev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
...; > 3) Optimize quickly or '-O1' > > - Attribute: quickopt (this would be a new attribute) > > - Goal: Perform basic optimizations to improve both performance and > simplicity of the code, but perform them *quickly*. > > This level is all about compile time, but in a holistic sense. It tries > to perform basic optimizations to get reasonably efficient code, and get it > very quickly. > > > > GCC tries to make -O1 be compatible with debugging. I find having > debugging functional with some level of optimisation very useful, > particularly in tem...
2013 Jan 14
1
[LLVMdev] [cfe-dev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
...and Clang. > > > 3) Optimize quickly or '-O1' > - Attribute: quickopt (this would be a new attribute) > - Goal: Perform basic optimizations to improve both performance and simplicity of the code, but perform them *quickly*. > This level is all about compile time, but in a holistic sense. It tries to perform basic optimizations to get reasonably efficient code, and get it very quickly. > GCC tries to make -O1 be compatible with debugging. I find having debugging functional with some level of optimisation very useful, particularly in template heavy C++ code. I don't...
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
I had intended to come back to this but because I didn't really think I had anything to add to the discussion I put it at a low enough priority that I forgot about it. But I saw your bug report and was surprised to see that I was already unhelpful on this topic but because that original poster didn't have access to do an rm while you are trying to get a performance boost. I have
2012 Jun 15
0
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...e Clang towards > \command, we might be diverging still further from the rest of the > LLVM codebase. > I think Clang has significantly more doxygen-style comments in general. I don't think it's worth considering the two projects separately, we should lump and count. Here are the holistic numbers from a checkout of llvm, clang, and compiler-rt including the relevant subdirs from the root: '\command': 9396 '@command': 2853 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2012061...
2023 Sep 22
2
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...* indeed be a myth (for a long time now) re-cited again and again and > - could no longer be valid today > - could apply only when deleting explicitly named files but not deleting the complete folder > (as we need to do in "Back in Time") > > At least I could not find a holistic benchmark with many files and different scenarios > (file systems, rsync'ing locally vs. over network, snapshot sizes, number of files, file sizes, rsync and rm versions...) > > Q: Does `rsync` provide a test case that I could use as basis to prepare such a holistic benchmark? >...
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
...hich is part of the statistical analysis. And the structure of the data (data preparation) may need to change depending on the course of the analysis (including graphics, also part of the analysis). So I think your view reflects a na?ve view of the nature of data analysis, which is an iterative and holistic process. I suspect your training is as a computer scientist and you have not done much 1-1 consulting with researchers, though you should certainly feel free to reject this canard. Building software for large scale automated analysis of data required a much different analytical paradigm than the...
2013 Jan 14
17
[LLVMdev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
...ell, then it is a poor fit for optsize. 3) Optimize quickly or '-O1' - Attribute: quickopt (this would be a new attribute) - Goal: Perform basic optimizations to improve both performance and simplicity of the code, but perform them *quickly*. This level is all about compile time, but in a holistic sense. It tries to perform basic optimizations to get reasonably efficient code, and get it very quickly. 4) Good, well-balanced optimizations, or '-O2' - Attribute: opt (new attribute) - Goal: produce a well optimized binary trading off compile time, space, and runtime efficiency. This...
2012 Jun 15
2
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
On Thu, Jun 14, 2012 at 11:44 PM, Jacob Carlborg <doob at me.com> wrote: > On 2012-06-15 07:25, Chandler Carruth wrote: >> Figured it was good to ask this as James is busy making sure the Clang >> doxygen is actually all well formed, and reasonably linked together so >> we have proper docs for the ever growing number of Clang library users... >> >> There are
2016 Apr 18
2
Move InlineCost.cpp out of Analysis?
...s we describe the API to make the quality and > nature of the results unsurprising, but I think that the API around > the inline cost is reasonably good about that -- it seems to pretty > clearly indicate that this is a threshold determining mechanism and > not something that provides a holistic view of the impact of a > potential inlining decision. > I actually think it would be good if essentially *everything* we can > put a reasonable public API around and which doesn't mutate the IR > were moved to the analysis library. As an example of why I think > this, without...
2010 Jul 26
2
[LLVMdev] X + 0.0
On Jul 26, 2010, at 3:22 PM, Dale Johannesen wrote: On Jul 26, 2010, at 2:52 PMPDT, Jochen Wilhelmy wrote: >>> Currently we don't do any unsafe-math opts in InstCombine. Not >>> sure if this is policy or if it's just that nobody's implemented it. >>> >> perhaps in can be implemented using the existing flag -enable-unsafe- >> fp-math. >>
2010 Jul 27
0
[LLVMdev] X + 0.0
> Keeping it out of the mid-level optimizers is "by design". When we tackle this, we should do it right, by making the flags per-instruction. > But at least ist it planned for some time in the future? then i can "survive" with a patch until then. I wonder why these optimizations can be done in the mid-level and additionaly in the backend. as a non-compiler-guru i
2006 Aug 14
0
Engines 1.1.4
Engines 1.1.4, featuring compatibility with Rails 1.1.6 Secure Edition (TM), includes a number of synergising technologies designed to optimize holistic action-items and e-enable visionary solutions. Point your preferred *SVN* client at http://svn.rails-engines.org/engines/tags/rel_1.1.4 or syndicate a turn-key zeitgeist via *script/plugin* script/plugin install -f engines to literally revolutionise your info market i-conomy and deliver o...