search for: _change_

Displaying 13 results from an estimated 13 matches for "_change_".

Did you mean: _changed
2016 Aug 31
2
invariant.load metadata semantics
On 8/30/2016 4:53 PM, Sanjoy Das via llvm-dev wrote: > This seems fine, but it does disallow introduction of dead stores. > That is, given: > > void f() { > %x = calloc() > call void @g(nocapture %x) > } > > we cannot transform it to > > void f() { > %x = calloc() > *(%x) = 100 > *(%x) = 0 > call void @g(nocapture %x) > } > > (after
2016 Jan 28
2
More Capability for Capabilities
...ario Strbenac wrote: > | The capabilities function gives a logical result of which features R has > been compiled with. Is there a more advanced variety of the function that > will give the version number of the library, or its system path, rather > than simply TRUE ? > > Both can _change_ when dynamic linking is involved [1]. So I'd say that > is a job > for your operating system. > > Eg on mine and taking png: > > edd at max:~$ r -e 'print(capabilities()[["png"]])' > [1] TRUE > edd at max:~$ ldd /usr/lib/R/modules/R_X11.so | grep...
2013 Nov 15
2
[LLVMdev] [PATCH] Add a Scalarize pass
...odegen's type legaliser already makes a good decision about what to scalarise and what not to scalarise, without any help from llvmpipe. The problem I'm trying to solve is that codegen is too late to get the benefit of other IR optimisations. So in my case I do not want to _change_ the decision about which vectors get scalarised and how. I just want to do it earlier. It would be a shame if that meant that llvmpipe had to duplicate exactly the decisions that codegen makes wrt scalarisation, since codegen can easily make those decisions available through Ta...
2013 Nov 15
0
[LLVMdev] [PATCH] Add a Scalarize pass
...aliser already makes a good > decision about what to scalarise and what not to scalarise, without > any help from llvmpipe. The problem I'm trying to solve is that > codegen is too late to get the benefit of other IR optimisations. > > So in my case I do not want to _change_ the decision about which > vectors get scalarised and how. I just want to do it earlier. > It would be a shame if that meant that llvmpipe had to duplicate > exactly the decisions that codegen makes wrt scalarisation, > since codegen can easily make those decisions availabl...
2016 Jan 28
1
More Capability for Capabilities
Good day, The capabilities function gives a logical result of which features R has been compiled with. Is there a more advanced variety of the function that will give the version number of the library, or its system path, rather than simply TRUE ? -------------------------------------- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia
2016 Jan 28
0
More Capability for Capabilities
...ies function gives a logical result of which features R has >> been compiled with. Is there a more advanced variety of the function that >> will give the version number of the library, or its system path, rather >> than simply TRUE ? >> >> Both can _change_ when dynamic linking is involved [1]. So I'd say that >> is a job >> for your operating system. >> >> Eg on mine and taking png: >> >> edd at max:~$ r -e 'print(capabilities()[["png"]])' >> [1] TRUE &...
2003 Aug 19
2
compare questions
Hi there I am new to the list. Please tall me how the rsync work to compare two directorys when mirroring. Is the modify date or it has it`s own database ??? I was trying to mirror my ftp site to another server. But the data is too many and it`s too big ( around 4G ). And my bandwidth is tight. So I can`t just mirror it, I have to copy the datas from one to another. And trying to cut down the
2008 Mar 26
1
samba3.0.22 - "net setlocalsid" with no effect
...ba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#netmisc1 root# net rpc info Domain Name: DOMAIN Domain SID: SID_NOT_WANTED Sequence number: 1206493306 Num users: 37 Num domain groups: 0 Num local groups: 0 root# I read "net" manual but did not see one more command which can _change_ Domain's SID. But maybe there is and I did't understand. Any idea what to do or where to continue reading? More Info: Samba 3.0.22 ubuntu 6.06.1 LTS about 15 Win2000 clients, about 30 users. 3 Clients are accidently joined to DOMAIN with SID_NOT_WANTED and have problems to access files i...
2011 Oct 21
2
congratulations to fletcher penney
big congratulations to fletcher penney on his release of "multimarkdown composer". at #21-paid when i purchased it just now. i'd say $9.99 will be best in the long-term -- don't listen to people who say more -- but $7.99 is the _right_ introductory price. word-of-mouth will be what sells this pup, so you want it to flow copiously right now. -bowerbird -------------- next part
2013 Nov 14
0
[LLVMdev] [PATCH] Add a Scalarize pass
On Nov 14, 2013, at 2:32 PM, Richard Sandiford <rsandifo at linux.vnet.ibm.com> wrote: > Richard Sandiford <rsandifo at linux.vnet.ibm.com> writes: >> Are you worried that adding it to PMB will increase compile time? >> The pass exits very early for any target that doesn't opt-in to doing >> scalarisation at the IR level, without even looking at the function.
2013 Nov 14
2
[LLVMdev] [PATCH] Add a Scalarize pass
Richard Sandiford <rsandifo at linux.vnet.ibm.com> writes: > Are you worried that adding it to PMB will increase compile time? > The pass exits very early for any target that doesn't opt-in to doing > scalarisation at the IR level, without even looking at the function. As an alternative, adding Scalarizer and InstCombine passes to SystemZPassConfig::addIRPasses() would probably
2013 Jan 11
11
evaluating backup systems: rsync
Considering using rsync on a couple systems for backup, I was wondering if it's possible, and if so how difficult is it, to delete files which have been backed up (in order to save space on the backup media). Anyone with experience doing this?
2011 Jul 14
5
can you see the future?
looks like my message from last week about writing tools was right on time... we are enjoying a display of fireworks now going off in this particular arena... fletcher started work on an editing app with markdown-preview built right in, after reporting on his blog that he had "seen the future" in ali's post last month, where ali debuted his syntax highlighter, and fletcher is