Displaying 12 results from an estimated 12 matches for "74320".
Did you mean:
4320
2014 Feb 01
3
[Bug 74320] New: Screen freeze with flashplugin-nonfree
https://bugs.freedesktop.org/show_bug.cgi?id=74320
Priority: medium
Bug ID: 74320
Assignee: nouveau at lists.freedesktop.org
Summary: Screen freeze with flashplugin-nonfree
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (A...
2014 Sep 02
9
[Bug 83398] New: [NV4B] Screen freeze watching flash site
...[0x0013c000
gnome-shell[809]] subc 7 class 0x4097 mthd 0x1808 data 0x00000000
[ 1111.505273] nouveau E[ DRM] GPU lockup - switching to software fbcon
[ 1126.781591] nouveau E[Xorg.bin[567]] failed to idle channel 0xcccc0001
[Xorg.bin[567]]
It doesn't seem a duplicate of another bug I had (74320).
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140902/22906747/attachment.html>
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...47864 58768 !!! 59024
>> induct 162360 180440 175312
>> linpk 18112 18848 18864
>> mdbx 53464 57652 49516
>> nf 22560 23784 24080
>> protein 74320 74440 74816
>> rnflow 66040 71488 71648
>> test_fpu 52624 58224 58320
>> tfft 18416 18456 18600
>>
>> The compile times with optzns are 26% slower than stock dragonegg
>&g...
2011 Jun 10
0
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...168304 163176
linpk 18112 18848 18864 18848 18896
mdbx 53464 57652 49516 57652 49516
nf 22560 23784 24080 23784 24080
protein 74320 74440 74816 70344 66624
rnflow 66040 71488 71648 67416 67616
test_fpu 52624 58224 58320 54128 54256
tfft 18416 18456 18600 18...
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...65352 65664
gas_dyn 647864 58768 !!! 59024
induct 162360 180440 175312
linpk 18112 18848 18864
mdbx 53464 57652 49516
nf 22560 23784 24080
protein 74320 74440 74816
rnflow 66040 71488 71648
test_fpu 52624 58224 58320
tfft 18416 18456 18600
The compile times with optzns are 26% slower than stock dragonegg
but 12% faster than stock gcc 4.5.4. The most inte...
2011 Jun 09
0
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...gt; gas_dyn 647864 58768 !!! 59024
> induct 162360 180440 175312
> linpk 18112 18848 18864
> mdbx 53464 57652 49516
> nf 22560 23784 24080
> protein 74320 74440 74816
> rnflow 66040 71488 71648
> test_fpu 52624 58224 58320
> tfft 18416 18456 18600
>
> The compile times with optzns are 26% slower than stock dragonegg
> but 12% faster than s...
2010 Oct 19
4
Chron object in time series plot
Dear R users, I have the following script to create bins of specified time
intervals
bin_end=60/bin_size
bin_size=bin_size*100
h=seq(070000,180000,by=10000)
breaks=c()
for (i in h)
{
for (j in 0:(bin_end-1))
{
value=i+(bin_size)*j
breaks=append(breaks,value)
}
}
I would like to plot then using the time as x-axis. I tried the following
prova=zoo(myseries,times(breaks))
but of
2011 Jun 09
0
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
Hi Jack, thanks for these numbers. Can you also please measure compile times?
I'm thinking of enabling gcc optimizations by default, but I don't want to
increase compile times, which means choosing a value for the
-fplugin-arg-dragonegg-llvm-ir-optimize option that is low enough to get good
compile times, yet high enough to get fast code. It would be great if you could
play around with
2011 Jun 09
2
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...47864 58768 !!! 59024
>> induct 162360 180440 175312
>> linpk 18112 18848 18864
>> mdbx 53464 57652 49516
>> nf 22560 23784 24080
>> protein 74320 74440 74816
>> rnflow 66040 71488 71648
>> test_fpu 52624 58224 58320
>> tfft 18416 18456 18600
>>
>> The compile times with optzns are 26% slower than stock dragonegg
>&g...
2011 Jun 10
1
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
...63176
> linpk 18112 18848 18864 18848 18896
> mdbx 53464 57652 49516 57652 49516
> nf 22560 23784 24080 23784 24080
> protein 74320 74440 74816 70344 66624
> rnflow 66040 71488 71648 67416 67616
> test_fpu 52624 58224 58320 54128 54256
> tfft 18416 18456 18...
2011 Jun 09
3
[LLVMdev] -fplugin-arg-dragonegg-enable-gcc-optzns status
Current dragonegg svn has all of the -fplugin-arg-dragonegg-enable-gcc-optzns bugs for
usage with -ffast-math -O3 addressed except for those related to PR2314. Using the -fno-tree-vectorize
option, we can evaluate the current state of -fplugin-arg-dragonegg-enable-gcc-optzns with
the Polyhedron 2005 benchmarks compared to stock dragonegg and stock gcc 4.5.4. The runtime
benchmarks below show that
2020 Aug 31
3
Inlining with different target features
David,
That's right, WebAssembly does not have a way to conditionally use a
feature or even do runtime feature testing right now. It's on our roadmap
of things to design and standardize, but it is still a long way off.
> Another direction would be to require the features to be specified
consistently for all components of the build, I guess - if that's the net
effect anyway. Would