Displaying 16 results from an estimated 16 matches for "econdly".
Did you mean:
secondly
2013 Mar 20
2
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
On 03/19/2013 11:02 AM, Star Tan wrote:
>
> Dear Tobias Grosser,
>
> Today I have rebuilt the LLVM-Polly in Release mode. The configuration of my own testing machine is: Intel Pentium Dual CPU T2390(1.86GHz) with 2GB DDR2 memory.
> I evaluated the Polly using PolyBench and Mediabench. It takes too long time to evaluate the whole LLVM-testsuite, so I just choose the Mediabench from
2013 Mar 19
0
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobias Grosser,
Today I have rebuilt the LLVM-Polly in Release mode. The configuration of my own testing machine is: Intel Pentium Dual CPU T2390(1.86GHz) with 2GB DDR2 memory.
I evaluated the Polly using PolyBench and Mediabench. It takes too long time to evaluate the whole LLVM-testsuite, so I just choose the Mediabench from LLVM-testsuite.
The preliminary results of Polly compiling
2013 Mar 18
2
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobias Grosser,
Thank you so much for your kind reply. Your advice is very helpful and inspiring.
At 2013-03-18 20:40:50,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 03/17/2013 11:54 PM, Star Tan wrote:
>> Hello Tobi,
>>
>> I am interested in Polly project. Polly seems to be a very promising tool to find out program parallelization based on LLVM
2013 Mar 23
0
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobies,
Sorry for the late reply.
I have checked the experiment and I found some of the data is mismatched because of incorrect manual copy and paste, so I have written a Shell script to automatically collect data. Newest data is listed in the attached file.
Tobies, I have made a simple HTML page (attached polly-compiling-overhead.html) to show the experimental data and my plans for this
2004 Aug 06
1
sample rate/bitrate
i'm new to icecast and the list. i like what i've seen so far. but i'm
having some issues.
first, i can't seem to get the right bitrate/sample rate on playback. i've
ripped my music, encoded and played it in freeamp, and it's great. but when
streamed (to winamp on a win2k pc), it plays super-fast-forward. what'd i
do?
econd, password configuration (via .conf
2002 Jul 11
1
RC4/1.0 and peeling
first, congrats to monty and the whole crew for getting
this close to 1.0. it's a monumental achievement reflecting
a huge amount of hard work -- kudos!
econd, i know the bitrate peeling feature has been pushed
back until after 1.0 is out. but i'm wondering -- will oggs
created with a 1.0 encoder be peelable with an as-yet-unreleased
utility, or do "peelable oggs" have to be
2020 Aug 28
2
EL8: SElinux / dac_override / tmpwatch
Hi, I'm moving some old stuff from EL6 to EL8 and one setup has a
cron job which uses "tmpwatch -umc $dir" to clean some directories
(/etc/cron.daily/tmpwatch). It seems that this triggers this AVC
(SElinux mode is enforcing):
type=AVC msg=audit(1598576896.772:4267): avc: denied { dac_override }
for pid=11013 comm="tmpwatch" capability=1
2002 Aug 16
2
Setting up the trig tables.
As some of you know, I'm creating a hardware MDCT core. At the moment
I'm working out the best way to create a lookup table for the trig
values, as set up in mdct_init:
/* trig lookups... */
for(i=0;i<n/4;i++){
T[i*2]=FLOAT_CONV(cos((M_PI/n)*(4*i)));
T[i*2+1]=FLOAT_CONV(-sin((M_PI/n)*(4*i)));
T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1)));
2003 Feb 01
5
ID3 info and Streaming titles
Hi,
I'd really like to enable ID3 tags and streaming titles.
> From reading icecast.conf I realise this is experimental.
I'm assuming experimental means works most of the time :-)
I've set this flag, however receive no ID3 tags or streaming titles.
use_meta_data 1
I need some guidance on this one, im using icecast 1.3.12 and ices
0.2.3.
Thanks,
--
Best regards,
Darren
2014 Mar 03
0
Stream Interruption Troubleshooting
Dear All,
Icecast makes it possible that our Community/Student radio station reaches
online listeners and it's FM transmitter. Operating with little or not
budget, I've set up our streaming several times. Lately we are experiencing
audio glitches and dropouts out of nowhere (setup hasn't changed
tremendously). Similar cases I found on the list and elsewhere don't give
general
2004 Aug 06
2
how can i set different mount points with IceS
Now every thin works fine good, thanks a lot for helping me, but there
is another problem.
in ices-playlist.ogg the are to sections
first section is:
<input>
<module>playlist</module>
<param name="type">basic</param><!-- Only 'basic' implemented -->
<param
2002 Apr 11
3
encoding bitrates, different machines...
I found I have ripped the same CD twice with different machines. Cannot
remember when, why, or how, but anyway. I've been using jack, here is
relevant output:
first one:
01/|\enc/|\128/|\[coding @0.67× done,129kbit]
02/|\enc/|\128/|\[coding @0.69× done,124kbit]
03/|\enc/|\128/|\[coding @0.66× done,124kbit]
<etc>
econd one:
01/|\enc/|\128/|\[coding @5.50× done,116kbit]
2001 Jan 22
3
several (different and seperate) compiling problems
I thought I had seen something about this earlier, but a search through
the archives revealed nothing...
first problem:
Under Windows ME, using VC++6 (sp4), VC does not recognize the project
files in the beta3 source tarball as being valid project files. it complains
that they were not generated by VC++6, and would I like to create a wrapper
for these makefiles? It doesn't work. I checked
2009 Feb 04
3
Passing data among multiple instances
Dear R,
I have two R instances running at the same time, say instance A and instance
B. Is there a simpler way to pass the data in A to B?
More precise, I have a stupid example:
In instance A, I am running a function "test1"
test1 <- function (x1)
{
x2 <- sin(x1)
return(x2)
}
In instance B, another function "test2"
test2 <- function (x2)
{
x3 <-
2005 Oct 27
4
Nest sortables?
Hello All,
I''m wondering if it''s possible to nest sortables:
<ul id="first">
<li>One</li>
<li>Two</li>
<li>
<ul id="second">
<li>Three</li>
</ul>
</li>
<li>Four</li>
</ul>
<script>
... create sortables out of
2004 Aug 06
0
Problems with 1.3.11 and Ices 0.22
We just built a new server to run Icecast 1.3.11 and Ices 0.22.
It's a Dual PIII running RH7.1.
We put it online last night and Icecast ran fine for 20 hours. Then it
started throwing some errors.. That's when Ices died.
Ices reported a libshout error.
Part of the Icecast log is included. What can I do about this?
Hunter
[26/Aug/2001:16:05:01] [32:Connection Handler] Accepted