Displaying 20 results from an estimated 130 matches similar to: "[LLVMdev] WebCL Kernel Validator RFQ"
2012 Oct 22
0
[LLVMdev] Immediate instructions / register allocator
On Mon, Oct 22, 2012 at 3:38 AM, Jonas Paulsson
<jonas.paulsson at ericsson.com> wrote:
> Hi,
>
>
>
> I tried transforming code that loads an immediate into a virtual register,
> and then uses that virtual register in various ways, into code that uses
> immediate operands instead.
I suspect a concrete example might be helpful in demonstrating the
specific issue.
>
2012 Oct 22
2
[LLVMdev] Immediate instructions / register allocator
Hi,
I tried transforming code that loads an immediate into a virtual register, and then uses that virtual register in various ways, into code that uses immediate operands instead.
To my surprise, this made the register allocator produce worse code in many cases. It seems that it is splitting live intervals and spilling more. In some cases the code was better.
I wonder how this could be?
2010 May 26
0
RFQ for Software/Hardware Development Using your Codec
Dear sirs,
We represent a large client in North Carolina, USA who has a need to
design/develop a small usb device which would enable my client to save
digital audio files from their mac/pc computers onto the usb device and then
play the file back audibly when a button is pressed similar to the
recordable greeting cards you see in gift stores today. Please have someone
to contact me directly and I
2012 Jan 24
4
:locals does not pass var in rails 3.1.0 partial view
Here is code in form.html.erb for partial view. Local var :sid was
defined as the id of the record and it should be passed into the
partial view standards.html.erb as a local var.
<% @rfq.standards.each do |r| %>
<p><%= render :partial => ''standards'', :locals => { :f =>
f, :sid => r.id } %></p>
<% end %>
Here is the
2013 Mar 12
0
[LLVMdev] Internship opportunities for grad students at Samsung Research America - Silicon Valley (San Jose, CA)
Our Advanced Software Platform team at Samsung Research America - Silicon
Valley at San Jose, CA is working on some GPGPU-related projects including
OpenCL, WebCL, and WebVision, and we have an open position for summer
internship for graduate students. A candidate who is good at programming
clang/LLVM (required) and ARM instructions (desired) and has knowledge on
OpenCL (required) and ARM
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
2006 Oct 13
2
IP addressing migration
Hi,
I am changing the IP addressing in my centOS server which works as mail
server. The question I have is, if I define the new IP addresses
(sub-interfaces) on the server, can I work with both ranges at the same time
despite I have only one default gateway configured? (on the old range)
Or may I have two default gateways in centOS?
--Ivan.
2006 Sep 14
1
Binomial test using R
Hullo,
Can someone suggest whether the binomial test as described in the link
http://home.clara.net/sisa/binomial.htm is available in an equivalent form
in R? I have downloaded the R package from the CRAN site.
Using R will help me do this test rapidly
Many Thanks
Ramachandran
Dr. S. Ramachandran
Scientist E I
G.N. Ramachandran Knowledge Centre for Genome Informatics
Institute of Genomics and
2013 Mar 22
0
Bug#702337: Additional documentation updates
Hello,
I have updated the README.debian further with my own experiences and I
also 0006-README.Debian-add-notes-about-networking-issues-see-.patch
since it mismatched with my README.debian and there for would not patch
(missing --minimal in the command on line 64).
Cheers,
Harrie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: README.debian.patch
Type:
2006 Jul 25
1
Multiple tests on repeated measurements
Dear R-helpers:
My question is how do I efficient and valid correct for multiple tests in a repeated measurement design:
Suppose we measure at two distinct visits with repeated subjects a treatment difference on the same variable.
The treatment differences are assessed with a mixed model and adjusted by two methods for multiple tests:
# 1. Method: Adjustment with library(multcomp)
2008 Mar 13
1
Hardware Platform
We are in the process of building out www.dialaway4free.com, a free world
wide calling service. I am writing RFQ's for hardware, since we are going to
use asterisk as our call processor. I was wondering what is the best server
platform to use that will support digium cards and handle sip termination
for both clients and service providers. Also should I go with the open
source of asterisk as
2008 Apr 01
2
using a variable in a subset of a dataframe
Dear R community, I am using a dataset and would like to define new
variables using a R variable:
e.g.
for (i in 1:10){
dataset$i<-something
}
But this is not the right way, I get only one variable in "dataset"...
How can I change this?
Thank you!
Georg.
************************
Georg Ehret
Johns Hopkins
Baltimore, MD
[[alternative HTML version deleted]]
2013 Mar 22
0
[LLVMdev] Any plan for WHOPR on LLVM?
Hi, LLVMers,
GCC has second approach for LTO, named WHOPR, which can reduce memory usage
well.
I know LLVM has good LTO and gold plugin support, but it will link Modules
into a big one, that causes lots of memory usage while optimization.
Did LLVM have any plan on WHOPR or something like that in future?
Thanks!
--
Best Regards,
WenHan Gu (Nowar)
-------------- next part --------------
An HTML
2013 Mar 22
0
[LLVMdev] multiple thread jit support on windows ( win32 and win64 )
Hi,
I am working on a jit engine using multiple threads using llvm 3.0. The
multiple thread engine works fine on both linux and maci platforms, but
failed when initializing ExecutionEngine from EngineBuilder.create() method
when multiple threads are used on windows platform. On win32, the failure
happened at the pass registration, and on win64, at the
getPermanentLibrary.
Has anyone used
2013 Mar 22
0
[LLVMdev] LLVM buildmaster will be restarted today after 6 PM Pacific
Hello everyone,
LLVM buildmaster will be restarted today after 6 PM Pacific.
Thank you for understanding
Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130322/dba50c3c/attachment.html>
2013 Mar 22
0
Min and max cutoff frequency
Dear Benjamin,
> What is your
motivation for constructing this hardware? ?Is your goal to learn/teach
from the experience, or are you trying to build something that you
cannot buy?
Yes, I am interested in learning how Ogg Vorbis works, and what its performance is in audio players in comparison with MP3 and AAC players. It is said that Ogg encoded files have higher quality than MP3 encoded
2013 Mar 22
0
[LLVMdev] proposed change to class BasicTTI
Hi Reed,
We will need to reconstruct the target machine and the TTI chain when the function attributes change. We currently don't have code for doing that but I suggest that you talk with Bill Wendling about the best way to implement this.
Thanks,
Nadav
On Mar 22, 2013, at 11:30 AM, Reed Kotler <rkotler at mips.com> wrote:
> Just realized that BasicTransformInfoClass is an
2006 Oct 03
1
HP Toolbox kills Samba
Hi,
I've encountered the following problem at a client. The problem results
in one or more of the smbd processing continuously grabbing more and more
memory until the system runs out of memory or just becomes unusable due to a
low memory condition. This error is extremely serious as the entire server
is eventually brought down by one error.
After debugging this error at the
2005 Jan 04
4
Scheduler Mechnisms!
Hello,
Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ,
are there any more? Then, there is a confusion on scheduler in Linux enviroment:
Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if
there is packet which want to enqueue the packet, the Function red_enqueue is
called, but when the packet leave the queue(when the Function red_dequeue
2012 Aug 05
0
ActiveRecord::Validator vs ActiveModel::Validator
I know that there is an ActiveModel Validator class
https://github.com/rails/rails/blob/master/activemodel/lib/active_model/validator.rb
which is used for the class level validation macros.
But I didn''t find a an ActiveRecord Validator class.
From my understanding in Rails 3, validations have been moved into
ActiveModel to leave ActiveRecord as an ORM.
So now I see this Rails 3 code