Displaying 20 results from an estimated 10000 matches similar to: "Buttons not Painting when I select Windows 7"
2012 May 14
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das <sanjoy at playingwithpointers.com>
wrote:
>
> 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
2011 May 20
1
DocumentTermMatrix - text minig
Hi All,
I have a Data.frame that looks like that one below. I would like to do some text mining on it to possibly find some patterns between Opis, ACklasifikacija and Vodja. I looked over a tm package which loks promissing, more specifically DocumentTermMatrix or TermDocumentMatrix. But I can not figure out how to change my data from data.frame to Corpus or VCorpus.
Globina
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
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 at 5:14 AM, Sanjoy Das
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
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.
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
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, Preston Briggs <preston.briggs at
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 you were simply proving or
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]
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan
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
2008 Jun 06
3
[LLVMdev] Data dependence analysis
Hi all!
I have recently finished the first prototype of data dependence analysis
for LLVM. Now that I have some more time I would like to prepare a
"production" version. In this post I'll try to describe the current
state and propose a work plan.
Currently, the analysis has a very simplified interface (it allows to
query for dependence between two given instructions or whether a
2010 May 14
2
release of 5.5? (filesystem troubles)
hi guys,
is there an estimate when centos 5.5 will be released?
I'm sitting on needles here, because since I moved my 4*1.5TB raid5
from an asus to an intel D510 mainboard I encounter bug the described
here:
https://bugzilla.redhat.com/show_bug.cgi?id=512552
short version: running xfs on top of a raid5 under heavy load causes
corrupted data to be read and the filesystem shutting down
2015 Mar 10
1
grsync for centos 7
On Mon, March 9, 2015 17:36, m.roth at 5-cent.us wrote:
> Francis Gerund wrote:
> <snip>
>> And FWIW, I do like, and use the CLI all the time. That's how I
>> learned
> - using MS-DOS 3.2 on a 386sx box with 360k floppy drives. And 512k
> ram
> - what luxury!
>>
>> : )
>
> You leaned on a 386 with (2?) floppy drives? I had to make do
>
2001 Aug 08
1
--delete option not working
I am trying to use rsync to move backup file from a cople of Oracle
servers to another machine where they will be backed up to tape. The
command is run from a script launched by cron and looks like:
/usr/local/bin/rsync --recursive --delete --verbose $BACKUP_DIR/* \
euphrates::tigris/logarch/.
Rsync is running from inetd on euphrates which has the following
defined in /etc/rsyncd.conf:
2012 May 15
1
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Preston Briggs wrote:
> On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das
> <sanjoy at playingwithpointers.com <mailto:sanjoy at playingwithpointers.com>>
> wrote:
> >
> > 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
2012 Apr 23
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi,
When I write various test cases and explore how they're handled by the code
in LoopDependenceAnalysis::analysePair, I'm surprised. This loop collects
pairs of subscripts from the source and destination refs.
* // Collect GEP operand pairs (FIXME: use GetGEPOperands from BasicAA),
adding*
* // trailing zeroes to the smaller GEP, if needed.*
* GEPOpdsTy destOpds, srcOpds;*
*
2012 Mar 15
0
[LLVMdev] Problem with LoopDependenceAnalysis
On Thu, 15 Mar 2012 09:57:00 -0700
Preston Briggs <preston.briggs at gmail.com> wrote:
> Shanmukha Rao wrote:
> > I am using LLVM for implementing LoopFission pass.
> > I am using LoopPass.
> > I know that for checking circular dependency in loop I have to use
> > LoopDependenceAnalysis
> >
> > This is what i want to do.
> > for(int i =
2012 May 14
2
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Mon, 14 May 2012 11:46:02 -0700
Preston Briggs <preston.briggs at gmail.com> wrote:
> On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das
> <sanjoy at playingwithpointers.com> wrote:
> >
> > 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,
>