Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Triple for PS3"
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
On Mar 15, 2011, at 7:25 PM, NAKAMURA Takumi wrote:
> Good morning.
>
Hi Nakamura,
> LLVM and clang can be built successfully on Fedora 12 PS3.
>
Hooray! :-)
> On RC1, only one test failed.
> test/CodeGen/X86/fold-pcmpeqd-0.ll
>
Eric commented that this should be fixed on the release branch right now.
> On release_29 branch, all llvm tests can pass.
Woo! :-)
>
2011 Mar 16
3
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
Good morning.
LLVM and clang can be built successfully on Fedora 12 PS3.
On RC1, only one test failed.
test/CodeGen/X86/fold-pcmpeqd-0.ll
On release_29 branch, all llvm tests can pass.
(I don't mention clang tests :p )
...Takumi
Fedora release 12 (Constantine)
Linux speedking.localdomain 2.6.32.23-170.fc12.ppc64 #1 SMP Mon Sep 27
17:09:35 UTC 2010 ppc64 ppc64 ppc64 GNU/Linux
llvm
2007 Aug 13
3
[LLVMdev] delete/creates modules
On Aug 13, 2007, at 9:11 PM, Chris Lattner wrote:
> Nope, passes work within a module, they can't create/delete them.
So there is no possibility to write a pass to arrange functions and
globals in a different than the given way? No way to partition the
structure new?
I would really like to know how code is generated for heterogeneous
architectures like Cell? I thought they use a
2008 Mar 24
2
CentOS 5.1 on PS3
Hi All,
Does anyone here on the list have CentOS 5.1 running on a PS3? I would
like to look at integrating a couple of PS3 nodes into our cluster for
it's ability to use the Cell processor inside and was wondering if
anyone had any experiences.
2009 Mar 27
4
PS3
I have been planing on installing a Linux OS on my ps3 for some time and I came across a site that said that wine would allow me to play PC games on it. If this is true what OS would be best and other stuff like that.
2006 Nov 13
1
Install CentOS on PS3
Hi All,
Anyone here going to try running CentOS 4 on a PS3? Is there even a PPC
version of CentOS 4 available?
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.18-1.2200.fc5 i686 GNU/Linux
18:03:48 up 3 days, 20:20, 1 user, load average: 1.68, 1.08, 0.86
2018 Jan 12
5
[PATCH 1/1] appliance: init: Avoid running degraded md devices
'--no-degraded' flag in the first mdadm call inhibits the startup of array unless all expected drives are present.
This will prevent starting arrays in degraded state.
Second mdadm call (after LVM is scanned) will scan unused yet devices and make an attempt to run all found arrays even they are in degraded state.
Two new tests are added.
This fixes rhbz1527852.
Here is boot-benchmark
2007 Oct 23
2
Speex with PS3 SPE support
Hi Jean-Marc,
We needed to use a release version of the SDK because this part of
production code for our Sony implementations. I'm not sure how stable
that branch is. Is the encoding and decoding already stable? In other
words, what is not stable about that branch?
Thanks,
---------------------------
Saad Nader
Middleware Engineer
Powered By Gamespy, IGN
-----Original Message-----
From:
2007 Dec 09
1
Create a live stream and problem in the webplayer
Hi guys , I have a big trouble using theora and vorbis for create real
time streaming , or better to say the real time encoding.
I try to explain better to you my problem.
I have some video files on my hd ,i can choose for this files between
avi , or other know format.
My problem it's that i use a scheduling system , that play the original
files at particular time .
Now i must to taje
2007 Oct 27
2
Cell or PS3 Port
Hello,
I am interested in optimizing some of R's vector math functions to
utilize the SPE units of the Cell processor (commonly found in the
Playstation 3) and I am wondering if anyone has already done any work in
that area. I can't find anything using the search page or Google.
(Admittedly it is difficult to search for information on a
one-letter-named programming language whose
2008 May 23
2
error on install with ps3
i have just downloaded the course code for wine for my ps3 but when i run './tools/wineinstall' i get the error message 'port.c:183:2: error: #error You must implement wine_switch_to_stack for your platform'
i also get the error after i run 'make' (after i run ./configure' and 'make depend'
now is it because wine does not support ps3??
or is there something i
2007 May 10
1
mplayer + libtheora on a PS3
Hello,
I'm trying to get mplayer and theora to work nicely on a PS3,
preferrably without making stuff use the SPEs. It plays mpeg4 just fine
using only the PPE, but with theora (or theora-oil), the machine is too
slow. Anyone have any experience of this or any ideas?
/Daniel
2007 Oct 23
2
Speex with PS3 SPE support
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex-1.0.5.zip
Type: application/x-zip-compressed
Size: 641376 bytes
Desc: speex-1.0.5.zip
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071022/2447cf50/speex-1.0.5-0001.bin
2010 Feb 28
1
Altivec optimized vorbis decoder
Hi
Is there any Altivec optimized libVorbis implementation source code out
there ?
The only thing I'v found is that message:
http://lists.xiph.org/pipermail/vorbis-dev/2003-October/007835.html
but the link is dead, so the source code is lost (forever ?).
I need to decode from 10 to 30 ogg files on my PS3 on the fly (files are
already in memory, so I'm not I/O bound)
and do something
2007 Oct 26
4
Speex with PS3 SPE support
Hi Jean-Marc, Jim,
Saad has been keeping me in the loop on your recent discussions.
Since all of our testing has been against 1.0.5, based on that being the
last non-beta version, that's the particular scope of the task that Saad
is working on right now.
I like what I'm reading about as far as encoder/decoder quality
improvements e.g. in the 1.2 betas, and am going to push for
2009 May 09
0
[LLVMdev] llvm JIT to another target code?
Hi,
I am using llvm on cell,
there are two different cores on cell, one is PPU and the other is SPU.
but the JIT'ed code is always for PPU.
I am trying to emit code for SPU through JIT.
but I face the following questions:
1. I've trace the JIT code, but I still cant find exactly where JIT allocate
PPU as it's target.
is it done at make time?
2. I am trying to add an option that
2010 Sep 20
3
[LLVMdev] inline asm constraints examples/tests
I'm trying to write some tests for inline asm constraints, single and
multiple alternative.
Does anyone know of some example/test code using all or some subset of the
constraint letters for one or more platforms that I could look at?
Does anyone know how to set up an asm statement using the "o" constraint?
Thanks.
-John
--
John Thompson
John.Thompson.JTSoftware at gmail.com
2023 May 19
3
[libguestfs PATCH 0/3] test "/dev/mapper/VG-LV" with "--key"
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2168506
This small set covers the new /dev/mapper/VG-LV "--key" ID format in the
libguestfs LUKS-on-LVM inspection test.
Thanks,
Laszlo
Laszlo Ersek (3):
update common submodule
LUKS-on-LVM inspection test: rename VGs and LVs
LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
common
2016 Oct 12
5
Backup Suggestion on C7
Hi list,
I'm building a backup server for 3 hosts (1 workstation, 2 server). I
will use bacula to perform backups. The backup is performed on disks (2
x 3TB on mdraid mirror) and for each hosts I've created a logical volume
with related size.
This 3 hosts have different data size with different disk change rate.
Each host must have a limited sized resource and a reserved space. If a
2023 May 19
3
[guestfs-tools PATCH 0/3] test "/dev/mapper/VG-LV" with "--key"
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2168506
This small set covers the new /dev/mapper/VG-LV "--key" ID format in the
LUKS-on-LVM virt-inspector test.
Thanks,
Laszlo
Laszlo Ersek (3):
update common submodule
inspector: rename VGs and LVs in LUKS-on-LVM test
inspector: test /dev/mapper/VG-LV translation in LUKS-on-LVM test
common