Displaying 20 results from an estimated 62475 matches for "expectative".
Did you mean:
expectativa
2015 Nov 25
4
NV50 compute support questions
Hi,
On 20-11-15 17:07, Samuel Pitoiset wrote:
>
>
> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>> Hi Samual, et al,
>
> Hi Hans,
>
>>
>> In
>> http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
>>
>> you write: "This compute support has been tested by
>> Pierre
2015 Nov 26
2
NV50 compute support questions
Hi,
On 26-11-15 09:42, Samuel Pitoiset wrote:
> Well, if you remove that assert locally, all compute tests in src/gallium/tests/trivial/compute.c pass on GK106, except the atomic ones.
Do you mean the:
Assertion `pres->target != PIPE_BUFFER' failed.
or the:
Assertion `tex->defExists(0) && tex->srcExists(0)' failed.
assert? Or is the first one not present for
2015 Nov 26
0
NV50 compute support questions
Well, if you remove that assert locally, all compute tests in
src/gallium/tests/trivial/compute.c pass on GK106, except the atomic
ones. I'm working on the fermi case btw.
On 11/25/2015 03:43 PM, Hans de Goede wrote:
> Hi,
>
> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>
>>
>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>> Hi Samual, et al,
>>
2015 Nov 26
0
NV50 compute support questions
On 11/26/2015 01:21 PM, Hans de Goede wrote:
> Hi,
>
> On 26-11-15 09:42, Samuel Pitoiset wrote:
>> Well, if you remove that assert locally, all compute tests in
>> src/gallium/tests/trivial/compute.c pass on GK106, except the atomic
>> ones.
>
> Do you mean the:
>
> Assertion `pres->target != PIPE_BUFFER' failed.
>
> or the:
>
>
2015 Nov 25
0
NV50 compute support questions
On 11/25/2015 03:43 PM, Hans de Goede wrote:
> Hi,
>
> On 20-11-15 17:07, Samuel Pitoiset wrote:
>>
>>
>> On 11/20/2015 11:36 AM, Hans de Goede wrote:
>>> Hi Samual, et al,
>>
>> Hi Hans,
>>
>>>
>>> In
>>>
2015 Nov 20
4
NV50 compute support questions
Hi Samual, et al,
In http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd
you write: "This compute support has been tested by
Pierre Moreau and myself with some compute kernels."
Can you provide testing instructions (and the
necessary files) so that I can try to reproduce
your tests ?
And once I've reproduced your
2007 Jan 29
8
x86_64 build break in rombios
I am getting the following build break on changeset 13662. I am
compiling on x86_64 SLES10 with gcc 4.1.0. Is there a fix for this?
Thanks,
Aravindh Puthiyaparambil
Xen Development Team
Unisys, Tredyffrin PA
make[1]: Entering directory `/root/xen/xen-unstable.hg/tools/firmware''
make[2]: Entering directory
`/root/xen/xen-unstable.hg/tools/firmware/rombios''
gcc -o biossums
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
Hi,
I don't seem to be able to solve this regression with llvm-gcc-4.2 on
Cygwin.
It is weird as I thought I had checked SVN TOT and had a good build just
before the branch was corrected, so am confused.
If someone more experienced with debugging could have a look at this, its
like a syntax error. I have tried whittling the error down but it just
moves.
Trying to bisect between r98185 and
2008 Aug 15
3
Rcommander installation fails on Fedora 9
Fedora 9
R 2.7.1
I tried to install R on my Linux system using
install.packages("Rcmdr", dependencies=TRUE).
I received many, many, many error messages. I hope someone can suggest a
fix.
The output from warnings()
is listed below. A more detailed list of errors from one of the failed
installations is listed below the warnings:
> warnings()
Warning messages:
1: In
2008 Jul 10
2
Help on Installing Matrix Package in Linux (Fedora)
Hi,
I have been trying to install the Matrix package on R running in Linux (Fedora). But, I get the following error message (at the bottom). I am logged in as the root user. Any help would be appreciated! Thanks!
-Hyunseung Kang
* Installing *source* package 'Matrix' ...
Using GNU make for building the package
** libs
** arch -
gcc -m32 -std=gnu99 -I/usr/include/R
2004 Oct 28
5
How to help improving Wine?
Hi,
I really did my best to understand how I can help improving Wine, but I did
not succed.
Well, everything started when I installed a win application on my Debian 3.1,
Wine 2004.07.16 deb (clean install, no dlls).
The application is ALOHA (http://www.epa.gov/ceppo/cameo/aloha.htm)
It's a free application from US-Environment Protection Agency used for
chemical emergency planning (I am an
2009 Nov 26
1
How to suppress errors generated by readHTMLTable?
library(XML)
download.file('http://polya.umdnj.edu/polya_db2/gene.php?llid=109079&unigene=&submit=Submit','index.html')
tables=readHTMLTable("index.html",error=function(...){})
tables
readHTMLTable gives me the following errors. Could somebody let me
know how to suppress them?
Opening and ending tag mismatch: center and table
htmlParseEntityRef: expecting
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs.
[jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list
Enter root's password for 192.168.1.23:
Id Name State
----------------------------------------------------
Struct did not contain expected field memory_overhead.
Struct did not contain expected field
2013 Jun 06
2
[LLVMdev] llvm-gcc errors
Hi,
I'm trying to compile a simple program that only printf("hello") using llvm-gcc with -emit-llvm flag, but I'm getting the following error stream. Any ideas what could be the problem?
Thanks,
Tal
In file included from /usr/include/stdio.h:28,
from simple.c:1:
/usr/include/features.h:324:26: error: bits/predefs.h: No such file or directory
2013 Jun 07
0
[LLVMdev] llvm-gcc errors
Hi Tal,
On 06/06/13 07:36, Tal Tchwella wrote:
> Hi,
>
> I’m trying to compile a simple program that only printf(“hello”) using llvm-gcc
> with –emit-llvm flag, but I’m getting the following error stream. Any ideas what
> could be the problem?
llvm-gcc is dead (long dead), please use dragonegg or clang instead.
Best wishes, Duncan.
>
> Thanks,
>
> Tal
>
> In
2010 May 20
3
Install eventmachine on Debian Lenny
Hi,
I can''t install eventmachine on Debian Lenny. ruby-dev and
build-essential are installed. Where''s the problem?
My (awful) logs:
=============================
# gem i eventmachine
Building native extensions. This could take a while...
ERROR: Error installing eventmachine:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
checking for
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
Hello user-list,
Here is my pb :
I have a brand new debian Etch with all updates installed on a DELL PE
SC430 with a Pentium D 930 (3Ghz, Intel-VT, EMT64)
I''ve downloaded xen-3.3 and tried to install with /*"The Perfect Xen
3.1.0 Setup For Debian Etch" */howto.
But when i run the the "make world" I have an error with the studbom
compilation :
/Dans le fichier
2006 Dec 02
3
Scoping expectations and more ...
Hello!
I''m new to Mocha and through experimentation I found out something
that is not explicitly stated in the documentation: If you need to
mock the same function call with different parameters and results, you
can set the scope of expectations with a begin ... end block.
I also made up an example on how to expect more than one function call
with different parameters and return values.
2005 Feb 12
5
fax with asterisk
>From couple of weeks i am working on asterisk fax but was not
successful.
I am able to receive only half fax documents and its ending with blurred
lines.
I have tried with almost all the versions of spandsp 0.0.2pre4,pre10
etc but of no use.
I have digium card to which i have plugged in 2 pstn lines and i have
removed echocancellation too(zapata.conf) and also enabled g7111
alaw&Ulaw
2008 Feb 13
4
FreeBSD: Changing UNIX password - Password Chat?
I can't get my Samba PDC (FreeBSD 7,0-BETA3) changing UNIX passwords
from Windows clients (Ctrl-Alt-Del).
I now have the password chat debug active and I have loglevel 100.
I am not certain about the syntax in the password chat. But if I from
a console try to change the password of a given user (here testuser1),
I see these lines:
mflserver3# /usr/bin/passwd testuser1
Changing local password