Displaying 20 results from an estimated 40 matches for "tacos".
Did you mean:
macos
2013 Sep 19
1
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
Hi Andrew,
this sounded a plausible explanation, because the X86 processor does not
have an instruction to calculate the power function.
So I tried the llvm.sin.f32 intrinsic, as the X86 processor family does
have an instruction for that, but I still get the same problem. While you
may still be right, there is at least something else going on as well.
Thanks for your input, though.
Taco.
2018 Apr 26
2
[HiPEAC 2019- publicity] CALL FOR PAPERS: HiPEAC 2019, Valencia, Spain
HiPEAC 2019 CALL FOR PAPERS
The 14th International Conference on High-Performance Embedded Architectures and Compilers
21-23January, 2019
Valencia, Spain
web: hipeac.net/conference<http://hipeac.net/conference>
The HiPEAC conference is the premier European forum for experts in computer architecture, programming models, compilers and operating systems for embedded and general-purpose
2004 May 05
4
How quickly are RHEL errata released as CentOS errata ?
Hi,
I am deciding on what 'RHEL clone' to use and prefer to use one that has a
quick release after RedHat releases an update.
I checked the repositories, but have not encountered any of the latest
errata. Am I looking at the wrong place ?
Thanks,
Taco
2013 Sep 18
2
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
Hi everyone,
I am trying to call an LLVM intrinsic (llvm.pow.f32), inserted with the
following call:
std::vector<llvm::Type *>
arg_types;arg_types.push_back(llvm::Type::getFloatTy(context));auto
function=llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::pow,
arg_types);auto result=ir_builder->CreateCall(function, args);
When I try to execute the code generated by the JIT
2003 Jun 11
3
more on PXELinux confiuration file woes
I performed an experiment in which I had dhcpd specify a named file ("foo")
instead of
one based on a client's MAC address. Lo and behold, the same problem
occured. The PXE
stack requested and was served the right file, the kernel loaded as did the
initrd. But again, the
boot sequence stopped at "Ready."
Keep in mind that the contents of the file are the same as was in the
2006 Jun 15
10
RE: Yahoo!-like Event object emulation/abstractioninPrototype?
If that doesn''t work, then you''ve done something wrong somewhere.
''Cause it works for IE for me and everyone else.
The only advantage I see with the YUI toolkit is that it''ll defer
attaching events to elements that do not yet exist in the DOM. Big
whoop, only a sloppy programmer would try to attach an event to a
non-existant element. With Prototype, you can
2009 Apr 02
2
[LLVMdev] JIT compilation and debuggen
Hello everyone,
I have recently discovered the LLVM project and have to say that it looks
impressively interesting so far. Kudos to all developers for the good work.
However, I am afraid I have a few newbie questions that I have been unable
to resolve browsing the documentation.
I am evaluating the use of LLVM with respect to a feasibility study for a
project.
For this project I need to be
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
Hello,
We have published two papers which build upon the LLVM
Compiler Infrastructure. Would it be possible to include them in the
LLVM related publications at http://llvm.org/pubs/ ?
I attach below
the bibliographic references:
"CERE: LLVM Based Codelet Extractor and
REplayer for Piecewise Benchmarking and Optimization"
P. de Oliveira
Castro, C. Akel, E. Petit, M. Popov, and W.
2015 Mar 17
2
Asterisk only registering at one provider
Hey,
I am running default Asterisk 11.16.0 on a FreeBSD-Machine.
I need to register to several other SIP-Services (actually 3):
short sip.conf
register => XX at a
register => XX at b
register => XX at c
If I remember correctly this worked quite well, but I now checked the
system again and it is only obeying the first register statement.
"sip show registry" only reports the
2013 Sep 03
1
[LLVMdev] X86_thiscall
Hi everyone,
I have some problems with gettings the X86_thiscall calling convention to
work. I am new to LLVM, so if this is the wrong place for this question
then I appologise, please tell me where to go instead.
I am generating code to call a member function of a class compiled with
Microsoft Visual C++ using the JIT compiler.
The following code is used to register the pointer to the
2004 May 26
1
Removing older kernel packages
Hello,
I have problems removing older kernels from my Centos machines using yum.
Can somebody tell me how to remove specific versions ?
[root at web2 root]# rpm -qa | grep kernel-2
kernel-2.4.21-15.EL.c0
kernel-2.4.21-9.0.1.EL.c0
kernel-2.4.21-9.0.3.EL.c0
Is what I have installed....
And
[root at web2 root]# yum remove kernel-2.4.21-9.0.1.EL.c0
Gathering header information file(s) from
2006 Feb 23
12
Showcase On Rails CMS v0.1
I built out a simple CMS for websites that rely heavily on portfolios.
This covers graphic and web designers in particular, but also other
people with stuff to show off. It''s really easy to customize
progressively, so that some people will only modify CSS, but others
will dig deeper into Javascript behaviors and the Rails view code.
Check it out at http://showcase.kylemaxwell.com/
SVN
2007 May 01
5
Development on nfs share
Is there any way to end up somewhere in between the development
environment and production environment as far as refreshing the
source on every request.
Our setup is that we work off of nfs shares which makes it extremely
slow for a page load in development since it has to pull in the whole
app on each request.
I''m used to it by now and only get a few changes in an hour :).
Just curious
2013 Nov 16
1
[LLVMdev] Publication: Combinatorial Preallocation Scheduling
Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach
G. Shobaki, M. Shawabkeh and N. Abu-Rmaileh
ACM Transactions on Architecture and Code Optimization (TACO). vol. 10, issue 3, Article 14 (Sept. 2013)
http://dx.doi.org/10.1145/2512432
Regards
Ghassan Shobaki, PH.D
Assistant Professor
Department of Computer Science
Princess Sumaya
2015 Mar 18
0
Asterisk only registering at one provider
...I reorder them,
> this effect stays the same.
>
> Did something changed recently in the parsing code for sip.conf or so?
Nope, and I'd expect we'd be seeing many bug reports if something like
this was occurring.
I just did this in my general section in 11:
register => meh at tacos
register => hola at bob
register => yolo at dave
And confirmed they appeared as expected:
Host dnsmgr Username Refresh
State Reg.Time
dave:5060 N yolo 120
Request Sent
bob:5060...
2007 Jan 12
1
imap over ssh won't work
Hi,
Using version 1.0.rc15 I'm trying to let Evolution connect with IMAP
over SSH. When run from the command line, this is what I get:
ssh host dovecot --exec-mail imap
* BAD [ALERT] imap binary must not be started from inetd, use
imap-login instead.
ssh host MAIL=/root/Maildir/ /usr/local/libexec/dovecot/imap
* BAD [ALERT] imap binary must
2012 Jul 25
1
regression analysis
Hi,
I have to do 10,000 linear regression analysis, and the response variable
(RESP) is the same for all independent variables (10,000).
y ~ x[i]
i = 1, ..., 10000
For each analysis must extract the p-value and put them in an orderly
increasing.
I thought an analysis of the type:
ana = numeric(10000)
for(i in 1:10000){
mod = lm(RESP~x[i]
p-value[i] = summary(mod)$coe[2,4]
}
Could
2005 Aug 30
4
A collapse/expand tree list?
Does anyone have a working example of a simple collapse/expand tree
list they can share? What I want to replicate is the standard open/
close node behavior, but I''m not sure how to make the parent node
open and close correctly. Something like this:
<ul>
<li>Click me to open and close the sub list
<ul>
<li>One</li>
2005 Oct 03
3
Sortable and the Server
I want to build a sortable list that updates the server when the item
is dropped into its new position. How to create a sortable list is
clear, but I''m looking for an example of how to integrate this with
the server side. Are there any examples or tutorials around? I''m
working in a java environment.
Thanks,
Jamie
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably
compress script aculo and prototype?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs