search for: siv

Displaying 20 results from an estimated 55 matches for "siv".

Did you mean: sig
2012 May 14
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...t; > Sorry for having been quiet for so long, I have my university exams > going on, and will be able to contribute only after the coming Friday. Gents, While you've been fooling around with exams, I have been focused with laser-like intensity, or something... Here are new versions of 4 SIV tests: - the Strong SIV test: https://sites.google.com/site/parallelizationforllvm/strong-siv-test - the Weak-Zero SIV test: https://sites.google.com/site/parallelizationforllvm/weak-zero-siv-test - the Weak-Crossing SIV test: https://sites.google.com/site/parallelizationforllvm/...
2012 Apr 21
3
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi all, Sorry for having been quiet for so long, I have my university exams going on, and will be able to contribute only after the coming Friday. Thanks! -- Sanjoy Das http://playingwithpointers.com
2005 Aug 22
1
Problem with security = ads
Hi list, i am having trouble authenticating users against an windows 2003 sp1 ads. I am using samba 3.0.20-0.1 Here is my smb.conf: workgroup = SIV map to guest = Bad User security = ads password server = ads01.siv.de realm = siv.de client ntlmv2 auth = yes spnego = yes My krb5.conf: [libdefaults] default_realm = SIV.DE dns_lookup_realm = false dns_lookup_kdc =...
2012 May 15
1
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...t for so long, I have my university exams > > going on, and will be able to contribute only after the coming Friday. > > Gents, > > While you've been fooling around with exams, I have been focused with > laser-like intensity, or something... > Here are new versions of 4 SIV tests: > > * the Strong SIV test: > https://sites.google.com/site/parallelizationforllvm/strong-siv-test > * the Weak-Zero SIV test: > https://sites.google.com/site/parallelizationforllvm/weak-zero-siv-test > * the Weak-Crossing SIV test: > https://sites.googl...
2012 Apr 19
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi Sanjoy, Here's a version of Banerjee and Wolfe's Exact SIV test: https://sites.google.com/site/parallelizationforllvm/weak-siv-test It assumes you've already filtered out the easy cases handled by ZIV, strong SIV, etc. I'm not confident about my uses of APInt. If you have any comments, I'd love to hear them. Thanks, Preston On Thu, Apr 12,...
2012 Apr 20
2
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Wed, 18 Apr 2012 18:16:47 -0700 Preston Briggs <preston.briggs at gmail.com> wrote: > Hi Sanjoy, > > Here's a version of Banerjee and Wolfe's Exact SIV test: > https://sites.google.com/site/parallelizationforllvm/weak-siv-test > It assumes you've already filtered out the easy cases handled by ZIV, > strong SIV, etc. > > I'm not confident about my uses of APInt. If you have any comments, > I'd love to hear them. Are...
2011 May 20
1
DocumentTermMatrix - text minig
...us. Globina ACKlasifikacija Opis GlobinaOd GlobinaDo Vodja 3671 8 GP SLABO GRADUIRAN PE©ÈEN PROD DO r = 70 mm, PREVLADUJE DO r = 30 mm, GOST, SIV 0.30 4.05 Beljsak 3675 12 GP SLABO GRADUIRAN PE©ÈEN PROD DO r = 80mm, PREVLADUJE DO r = 30mm, GOST, VLA®EN DO MOKER, SIV 0.40 7.50 Kovacic 3684 8 GP SLABO GRADUIRAN PE©ÈEN PROD DO r = 70 mm, PREVLADUJE DO r = 30...
2012 May 14
2
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...ng, I have my university exams > > going on, and will be able to contribute only after the coming > > Friday. > > Gents, > > While you've been fooling around with exams, I have been focused with > laser-like intensity, or something... > Here are new versions of 4 SIV tests: > > - the Strong SIV test: > https://sites.google.com/site/parallelizationforllvm/strong-siv-test > - the Weak-Zero SIV test: > https://sites.google.com/site/parallelizationforllvm/weak-zero-siv-test > - the Weak-Crossing SIV test: > https://sites.goog...
2012 Apr 20
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
> > Here's a version of Banerjee and Wolfe's Exact SIV test: > > https://sites.google.com/site/parallelizationforllvm/weak-siv-test > > It assumes you've already filtered out the easy cases handled by ZIV, > > strong SIV, etc. > > > > I'm not confident about my uses of APInt. If you have any comments, > > I...
2012 Apr 12
6
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi, Here is a preliminary (monolithic) version you can comment on. This is still buggy, however, and I'll be testing for and fixing bugs over the next few days. I've used your version of the strong siv test. Thanks! -- Sanjoy Das. http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.diff Type: application/octet-stream Size: 40632 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120412/26...
2012 Apr 08
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi Sanjoy, I reworked the code for analyzeStrongSIV to fix a couple of mistakes, plus squeeze all the advantage possible from the symbolic manipulation provided by the SCEVs. It's sketched out here: https://sites.google.com/site/parallelizationforllvm/strong-siv-test Does it makes sense to you? Thanks, Preston On Thu, Apr 5, 2012 at 4:09 PM,...
2012 Apr 05
3
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi Sanjoy, Reading through LoopDependenceAnalysis::analyseStrongSIV(), I noticed one problem and one confusion. My confusion related to your naming of the two instructions as A and B. It's consistent all through LoopDependenceAnalysis. I'd prefer something like source and destination, so I can keep track of which is which. It didn't matter so much when...
2012 Mar 19
6
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Gents, I spent some time reading over Sanjoy's patch for LoopDependenceAnalysis. Unfortunately, an early version of these notes escaped; this is the complete review. First off, I agree with his choice to implement the SIV tests. For scientific Fortran, the SIV (and the simpler ZIV) tests cover about 85% of the cases in practice. For C and C++, I expect the percentage will be much higher. Someday we might like to see the general SIV test and handling of MIV subscripts, but we can get a long ways without them. It was...
2012 Mar 26
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi Hal, Preston! Sorry for the delay! Got busy with some offline work. I've worked on my previous code to calculate direction and distance vectors whenever possible (strong SIV, basically). I think the current code is much clearer and would like your opinions on it. I have attached the patch and also pushed to the github repo I mentioned [1]. Thanks! [1] https://github.com/sanjoy/llvm/tree/lda -- Sanjoy Das. http://playingwithpointers.com -------------- next part ---...
2012 Apr 05
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
I wrote: >> private: >>  Value *source, *destination; >>  Kind kind; >>  SmallVector<const Level *, 4>  levels; > I'd malloc an ordinary vector of the appropriate length, > since we know the length at allocation time. and Duncan Sands replied: > if the number of levels is usually small it is usually better to use a > SmallVector (like in the code
2012 Apr 23
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...14 AM, Sanjoy Das <sanjoy at playingwithpointers.com>wrote: > Hi, > > Here is a preliminary (monolithic) version you can comment on. This > is still buggy, however, and I'll be testing for and fixing bugs over > the next few days. I've used your version of the strong siv test. > > Thanks! > -- > Sanjoy Das. > http://playingwithpointers.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120423/cb4a1044/attachment.html>
2012 May 14
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Mon, May 14, 2012 at 1:30 PM, Hal Finkel <hfinkel at anl.gov> wrote: > Can you explain this comment: > > With minor algebra, this test can also be used for things like [c1 + > > a1*i + a2*j][c2]. It's really too simple to deserve mention... Given a subscript pair, [c1 + a1*i + a2*j] and [c2], we can test for dependence using the RDIV test by rewriting as [c1 + a1*i]
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...ing: opt < /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll -analyze -lda | FileCheck /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll couldn't execute "FileCheck": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll -analyze -lda | FileCheck /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll couldn't execute "FileCheck&q...
2012 Apr 03
1
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
...g simple, with no attempt to take advantage of coupled subscripts. Examine each pair of subscripts in sequence. If a pair is ZIV, we test hoping to prove independence. If we can't, we move on to the next subscript. If a pair is MIV, we ignore it and move on to the next subscript. If a pair is SIV, we check to see if it's something we can handle (strongSIV, weakzeroSIV, ...). If not, skip to next subscript. If we can handle it, compute direction (if StrongSIV, compute distance). Find the appropriate level based on the index variable, turn off the Scalar flag, and intersect the new direc...
2010 Sep 09
3
[LLVMdev] How to run regression tests for ARM?
...ing: opt < /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll -analyze -lda | FileCheck /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll couldn't execute "FileCheck": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll -analyze -lda | FileCheck /mnt/markhor/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll couldn't execute "FileCheck&q...