Displaying 20 results from an estimated 900 matches similar to: "[LLVMdev] Use of llvm.prefetch intrinsic for basicblock prefetching"
2014 Sep 23
2
[LLVMdev] Use of llvm.prefetch intrinsic for basicblock prefetching
Hi,
Thanks,
I am targetting x86 architecture.
-Usha
On Mon, Sep 22, 2014 at 10:39 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "usha shau" <ushashau1 at gmail.com>
> > To: llvmdev at cs.uiuc.edu
> > Sent: Monday, September 22, 2014 7:01:20 AM
> > Subject: [LLVMdev] Use of llvm.prefetch intrinsic for
2014 Jun 10
2
TCP connection works for only remote host
tcp connection working only for remote host . for localhost raising the
following error
>>> con=libvirt.open("qemu+tcp:///system")
libvirt: XML-RPC error : unable to connect to server at 'localhost:16509':
Connection refused
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
2012 Dec 28
3
help with reshaping wide to long format
Hi, Sorry, but how did you bring it out?
Thanks
On Fri, Dec 28, 2012 at 8:48 AM, arun kirshna [via R] <
ml-node+s789695n4654093h10@n4.nabble.com> wrote:
> Hi,
> bp.sub<- structure(list(CODEA = c(1L, 3L, 4L, 7L, 8L, 9L, 10L, 11L, 12L,
> 13L, 14L, 16L, 17L), C45 = c(NA, 2L, 2L, 2L, 2L, 1L, NA, 1L,
> 1L, 2L, 1L, 2L, 1L), ragek = c(3L, 3L, 3L, 4L, 4L, 3L, 3L, 3L,
> 3L, 3L,
2013 Jan 06
4
random effects model
Hi A.K
Regarding my question on comparing normal/ obese/overweight with blood
pressure change, I did finally as per the first suggestion of stacking the
data and creating a normal category . This only gives me a obese not obese
14, but when I did with the wide format hoping to get a
obese14,normal14,overweight 14 Vs hibp 21, i could not complete any of the
models.
This time I classified obese=1
2012 Dec 13
2
[LLVMdev] Instruction Prefetching in llvm
HI,
Has anyone ever implemented instruction prefetching with llvm? If so, on
which architectures?
--
Thanks,
Aasheesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121212/0fa88f39/attachment.html>
2008 Oct 14
1
[LLVMdev] compiler controlled data Prefetching
I am looking to do a study for interaction between the hardware prefetching
schemes and compiler controlled software prefetches. Are there any existing
algorithm implemented that I can leverage upon and take it as a starting
point.
Appreciate any pointers.
Thanks
Mitesh Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Dec 13
0
[LLVMdev] Instruction Prefetching in llvm
On Wed, Dec 12, 2012 at 07:09:45PM -0500, aasheesh kolli wrote:
> HI,
>
> Has anyone ever implemented instruction prefetching with llvm? If so, on which
> architectures?
Grep prefetch in lib/Target/* will show you ARM, X86, and PPC seems
have implemented prefetch instruction. LLVM provides prefetch intrinsic
[1] so that you can insert it in LLVM IR as a hint to code generator.
I
2017 Jun 08
2
regular expression help
Dear All,
My query is:
Do we always need to use perl = TRUE option when doing ignore.case=TRUE?
A small example :
my_text =
"RECOVERY OFFICER-II\nDEBTS RECOVERY TRIBUNAL-III\n RC No. 162/2015\nSBI
VS RAMESH GUPTA.\n Dated: 01.03.2016 Item no.01\n
Present: Ms. Sonakshi, the proxy counsel for Ms. Usha Singh, the counsel
for ARCIL.\n None for the CDs.\n
2010 Jul 28
6
Read ahead / prefetching
Hi,
I am trying to educate myself on prefetching/readahead algorithm for
Lustre''s read. For a starter I only have two simple questions.
1 - Does Lustre detect linear or random I/O pattern or it always triggers
readahead?
2 - If readahead is triggered, how many pages are read in addition to what
is necessary?
Thanks,
Arifa.
2011 May 03
3
fitting distributions using fitdistr (MASS)
Please guide me through to resolve the error message that I get
this is what i have done.
>x1<- rnorm(100,2,1)
>x1fitbeta<-fitdistr(x1,"beta")
Error in fitdistr(x1, "beta") : 'start' must be a named list
Yes, I do understand that sometime for the distribution to converge to the
given set of data, it requires initial parameters of the distribution, to
2012 Aug 09
2
Puppet apply err: Could not prefetch keystone_user provider 'keystone'
On a new puppet master node I get this error on a puppet apply for an
OpenStack multi-node setup. This is a new one I have never seen before.
Tips?
debug: Prefetching keystone resources for keystone_user
err: Could not prefetch keystone_user provider ''keystone'': File:
/etc/keystone/keystone.conf does not contain a section DEFAULT with the
admin_token specified. Keystone
2004 May 28
1
[LLVMdev] Wish to extend the LLVM intermediate representation with prefetch support
Hi LLVM Developers
I would like to extend the LLVM intermediate representation with support for
platform-independent prefetch support, if this project isn't assigned to
someone.
/Henrik
_________________________________________________________________
F� alle de nye og sjove ikoner med MSN Messenger http://www.msn.dk/messenger
2013 Apr 10
2
[LLVMdev] How to call the llvm.prefetch intrinsic ?
Hello,
Can anyone please guide me how can I replace a load instruction with a prefetch. I was looking at the intrinsic creation methods of the IRBuilder, but I can only find functions corresponding to memset, memcpy and memmove intrinsics, not for prefetching.
Also, I target x86-64 architectures. Is it sufficient to insert a call to the intrinsic in the LLVM IR to have the corresponding prefetch
2017 Jun 08
0
regular expression help
Zitat von Ashim Kapoor <ashimkapoor at gmail.com>:
> Dear All,
>
> My query is:
>
> Do we always need to use perl = TRUE option when doing ignore.case=TRUE?
>
> A small example :
>
> my_text =
> "RECOVERY OFFICER-II\nDEBTS RECOVERY TRIBUNAL-III\n RC No. 162/2015\nSBI
> VS RAMESH GUPTA.\n Dated: 01.03.2016 Item no.01\n
> Present:
2013 Apr 10
0
[LLVMdev] How to call the llvm.prefetch intrinsic ?
Alexandra,
I'm not sure what you mean by "replace", but I have code that does this to insert prefetches:
Type *I8Ptr = Type::getInt8PtrTy((*I)->getContext(), PtrAddrSpace);
Value *PrefPtrValue = ...
IRBuilder<> Builder(MemI);
Module *M = (*I)->getParent()->getParent();
Type *I32 = Type::getInt32Ty((*I)->getContext());
Value
2014 Jul 29
1
Running domain-update memory not working
>>> vm=co.lookupByName('test1')
>>> vm.info()
[1, 524288L, 524288L, 1, 20400000000L]
>>> vm.setMemoryFlags(509952,1) # Live memory
0
>>> vm.info()
[1, 524288L, 524288L, 1, 21430000000L]
>>> vm.setMemoryFlags(509952,0) --- ## current memory
0
>>> vm.info()
[1, 524288L, 524288L, 1, 21430000000L]
>>> vm.XMLDesc()
Not updating
2011 Mar 31
0
Message file prefetching to memory
I added a new mail_prefetch_count setting to Dovecot v2.1
(http://hg.dovecot.org/dovecot-2.1/). Its main purpose is to avoid
unnecessary latency while waiting for replies from remote server with
imapc, i.e. instead of doing (FETCH, wait, FETCH, wait, ...) it can do
(FETCH, FETCH, .., wait). For the same reason it's also going to be very
useful once I add support for key-value databases / other
2004 Jun 15
0
[LLVMdev] Wish to extend the LLVM intermediate representation with prefetch support
Hi
Just to inform you guys that work is in progress and in an early stage with
setting up development environment and the source tree.
/Henrik Bach
On Fri, 28 May 2004, Henrik Bach wrote:
>Hi LLVM Developers
>
>I would like to extend the LLVM intermediate representation with support
>for
>platform-independent prefetch support, if this project isn't assigned to
2006 May 11
1
userdb prefetch not working with dovecot LDA?
Hello,
I've configured MySQL authentication as follows.
-- divecot-sql.conf --
driver = mysql
connect = host=localhost dbname=postfix user=myuser password=mypass
default_pass_scheme = PLAIN
password_query = SELECT password FROM mailbox WHERE username = '%u'
user_query = SELECT CONCAT('/var/vmail/', maildir, 'Maildir') AS home,
'1234' AS uid, '1234'
2010 Mar 21
1
userdb prefetch not compatible with ssl_require_client_cert
Dear List
I looked into docs but couldn't see any where that says of this incompatibility.
Anywhere this is confirmed in the doc?
Thanks
mr.wu