Hi, I just wanted to let you know that I have experienced some problems compiling the newest update of SimPoint on an AMD64 64 bit build of linux. I also...
Hello Friends, I am a new comer to this group. I am wondering if there are any scripts that can be used to SPEC2K ? How can I use the information collected...
Hi, all Right now I have several questions for using Simpoint. You help are highly appreciated! (1) If I wan to use single simpoint for my simulation like...
Hello, I can answer some of your questions. ... I don't have the information to answer that question. ... The "early" results are based on code earlier than...
We just posted SimPoint 3.2, which has the following fixes in it: - fixed compile bug on 64 bit machines (i.e. AMD64 and PPC/OSX) - unrolled inner k-means loop...
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
insane_fla1@...
Apr 20, 2006 12:02 am
21
Hello all, and thanks for your efforts on this project. I'd like to know how to take an existing clustering and without changing the clusters themselves I...
... You can load a vector file and reproject it to lower dimensions with SimPoint. Just re-run SimPoint with "-k 1 -iters 1" to effectively disable clustering,...
Great, thanks! I'll let you know if either approach works and what the differences between the two are. Additionally, since Excel can't create XYZ bubble...
... We used Matlab for the 3D projected-vector graphs you can find in some of our publications. Gnuplot works too, but the results aren't as pretty. -jeremy...
Hi, I've got two counter acting constraints when generating my own custom vectors for Simpoint to work on. 1) My vector generating code runs out of memory...
The SimPoint parser is really set up to parse one line at a time, there is
no way to spread vectors across multiple lines and have SimPoint read
them.
How...
Great, thanks for the quick response. I'm using the sparse representation and I don't have any superfluous spaces. My vectors are simply that big :( I tried...
All, I am getting the following error while trying to run simpoint "error while loading shared libraries: libstdc++.so.6 : cannot open shared object file: No...
Hi, I have two questions regarding the distance printed in the labels file. a. Is the distance in the label file correspond to the Euclidean distance between...
Hi all, I'm working on a study where I suspect there's a great deal of overlap between clusters due to vector components that add noise to the process. It...
All of your weighted projections should follow a formula such as the CPI example, where the metric to be weighted must be defined in terms of samples per...
Hi Folks, I have a question related to generating the frequency vector profile. Suppose that I use the updated sim-fast to generate the *.bb.gz files, shall I...
There used to be support for Early SimPoints which would capture the simulation points as early as possible to avoid lengthy runtimes, and they had information...
If frequency vectors are collected for only part of the execution, there is no guarantee it will capture all behaviors in the program execution. SimPoint will...
Hi, We are a MNC that is Head quartered in California, and working on different verticals at various locations. For our Indian Operations at Hyderabad we...
Hello, The question I want to ask is Does Simpoint support PISA binaries? Because the Simpoint website and all related papers use Simpoint on Alpha SPEC 2000...
SimPoint is independent of the binary ISA. It utilizes the execution basic-block vector profile to determine the simulation points. To produce the profile you...
Hi, I've been trying to generate the basic block vectors using the code provided at http://www-cse.ucsd.edu/~calder/simpoint/simplescalar-bbv.htm. However, the...