search for: freqmine

Displaying 12 results from an estimated 12 matches for "freqmine".

Did you mean: freemind
2010 Jul 20
2
[LLVMdev] I would like to merge PARSEC into test-suite
From here: http://parsec.cs.princeton.edu It is open-source and redistributable, and I have added LICENSE.TXT files to all the pieces I want to merge. These are blackscholes, canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions. I will disable the tests by default on the initial merge and test thoroughly on Linux and MacOS before enabling them. May I please commit my changes directly to test-suite? Thanks, --Patrick -- If I'm not here, I've gone out to find myself. If I get b...
2016 Mar 16
3
GSoC Proposal : Path Profiling Support
...---+----------------------------------------------------------------------------------------------+ | fluidanimate | _Z13ComputeForcesv | +-----------------+----------------------------------------------------------------------------------------------+ | freqmine | _Z32FPArray_conditional_pattern_baseIhEiP7FP_treeiiT_ | +-----------------+----------------------------------------------------------------------------------------------+ | gcc | bitmap_operation | +---------------...
2010 Jul 20
3
[LLVMdev] I would like to merge PARSEC into test-suite
...t;resistor at mac.com> wrote: > Patrick, > > On Jul 20, 2010, at 1:18 AM, Patrick Simmons wrote: >> It is open-source and redistributable, and I have added LICENSE.TXT >> files to all the pieces I want to merge.  These are blackscholes, >> canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions.  I >> will disable the tests by default on the initial merge and test >> thoroughly on Linux and MacOS before enabling them.  May I please commit >> my changes directly to test-suite? Awesome! Can we see a patch? The PARSEC webpage mentions that th...
2016 Mar 22
2
GSoC Proposal : Path Profiling Support
...-----------------------------------------------------+ > > | fluidanimate | _Z13ComputeForcesv > > | > > > +-----------------+----------------------------------------------------------------------------------------------+ > > | freqmine | > > _Z32FPArray_conditional_pattern_baseIhEiP7FP_treeiiT_ > > | > > > +-----------------+----------------------------------------------------------------------------------------------+ > > | gcc | bitmap_operation > >...
2016 Mar 21
0
GSoC Proposal : Path Profiling Support
...------------------------------------------------------------------------------+ > | fluidanimate | _Z13ComputeForcesv > | > +-----------------+----------------------------------------------------------------------------------------------+ > | freqmine | > _Z32FPArray_conditional_pattern_baseIhEiP7FP_treeiiT_ > | > +-----------------+----------------------------------------------------------------------------------------------+ > | gcc | bitmap_operation >...
2010 Jul 20
0
[LLVMdev] I would like to merge PARSEC into test-suite
Patrick, On Jul 20, 2010, at 1:18 AM, Patrick Simmons wrote: > It is open-source and redistributable, and I have added LICENSE.TXT > files to all the pieces I want to merge. These are blackscholes, > canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions. I > will disable the tests by default on the initial merge and test > thoroughly on Linux and MacOS before enabling them. May I please commit > my changes directly to test-suite? I'm not convinced that the PARSEC tests are appropriate for addition t...
2016 Mar 23
0
GSoC Proposal : Path Profiling Support
...----------------------------+ >> > | fluidanimate | _Z13ComputeForcesv >> > | >> > >> > +-----------------+----------------------------------------------------------------------------------------------+ >> > | freqmine | >> > _Z32FPArray_conditional_pattern_baseIhEiP7FP_treeiiT_ >> > | >> > >> > +-----------------+----------------------------------------------------------------------------------------------+ >> > | gcc | bitmap_...
2016 Mar 16
2
GSoC Proposal : Path Profiling Support
...+---------------+-----------+--------------+----------+ | fluidanimate | 384117 | 0m0.895s | 0m0.869s | 88 | 0m56.631s | 0m1.294s | 202702 | 197878 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | freqmine | 45 | 0m1.220s | 0m1.214s | 18 | 0m22.150s | 0m5.515s | 278615 | 277656 | +---------------+----------+-------------+-----------+-----------+---------------+-----------+--------------+----------+ | gcc | 6026 | 0m31.941s | 0m31.327s | 125 | 1...
2010 Jul 22
2
[LLVMdev] I would like to merge PARSEC into test-suite
...t; On Jul 20, 2010, at 1:18 AM, Patrick Simmons wrote: >>> >>>> >>>> It is open-source and redistributable, and I have added LICENSE.TXT >>>> files to all the pieces I want to merge.  These are blackscholes, >>>> canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions.  I >>>> will disable the tests by default on the initial merge and test >>>> thoroughly on Linux and MacOS before enabling them.  May I please commit >>>> my changes directly to test-suite? >>>> >> >> Awesome...
2010 Jul 21
0
[LLVMdev] I would like to merge PARSEC into test-suite
...gt; Patrick, >> >> On Jul 20, 2010, at 1:18 AM, Patrick Simmons wrote: >> >>> It is open-source and redistributable, and I have added LICENSE.TXT >>> files to all the pieces I want to merge. These are blackscholes, >>> canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions. I >>> will disable the tests by default on the initial merge and test >>> thoroughly on Linux and MacOS before enabling them. May I please commit >>> my changes directly to test-suite? >>> > > Awesome! Can we see a pa...
2010 Jul 22
0
[LLVMdev] I would like to merge PARSEC into test-suite
...8 AM, Patrick Simmons wrote: >>>> >>>> >>>>> It is open-source and redistributable, and I have added LICENSE.TXT >>>>> files to all the pieces I want to merge. These are blackscholes, >>>>> canneal, dedup, fluidanimate, freqmine, streamcluster, and swaptions. I >>>>> will disable the tests by default on the initial merge and test >>>>> thoroughly on Linux and MacOS before enabling them. May I please commit >>>>> my changes directly to test-suite? >>>>> >>&...
2016 Mar 15
2
GSoC Proposal : Path Profiling Support
This proposal adds support for path profiling [Ball96] to LLVM. Path profiling compactly represents acyclic paths in a directed acyclic graph representation of the control flow graph of a routine. Instrumentation can be added to uniquely identify paths executed at runtime. Path profiles enable precise enumeration of the sequence of basic blocks executed in order for a particular path. Using path