Displaying 20 results from an estimated 11000 matches similar to: "Security Notice: Attempted Break-In on www.centos.org"
2009 Jul 04
0
CentOS-announce Digest, Vol 53, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2005 Sep 19
1
OT: Xoops Skype module
I know this is OT but.... :-)
Not sure if you guys have ever come across www.xoops.org
<http://www.xoops.org/> but it's this amazing open source cms platform.
It's extremely well developed with a heap of innovations and has just
undergone the latest revision to 2.2.3 with even easier access to module
development.
I run my website www.aussienymeetup.net
2009 May 06
4
Portal for br.centos.org or pt_br.centos.org
Hi, my name is Thiago Avelino, I'm Brazilian, talks in Brazil on
CentOS (RedHat), part of porjeto LXDE (Development).
First I want to know when we have the CentOS website of Brazil, and I
actively helping put this content on the portal, the portal can be
CentOS BR bringing more public Brazilian (Spanish) to use and help the
CentOS. Today I have a mirror of CentOS in Brazil
2007 Feb 23
1
Website Error...
For lack of knowlege of a better place to put this, I'm
reporting an error on the CentOS FAQ. Trying to read
http://www.centos.org/modules/smartfaq/category.php?categoryid=2
question "How do I download and burn the isos?" I encountered
this web page with the following text:
[http://www.centos.org/modules/smartfaq/faq.php?faqid=46]
This page cannot be displayed due to an internal
2003 Apr 15
1
dialed number notify at invalid dial situation
Hi all
Now I'm making IVR sequance that is customised [mainmanu].
I wish to notify invaid command like a following
exten => i,1,playback('your command is ...')
exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-(
exten => i,3,playback(' is incorrect! please again ')
# This exten lines are figure for instruction.
# I know to use with gsm filename.
2006 Jun 08
0
Help with XML/XSL
Does anyone know where I could get XML/XSL help for my status page.
I wrote my own block-status.xsl file which is a simpler status page
intented to be used as a block in CMS (Nuke, Drupal or Xoops for
example).
Currently, it lists every mount available with a green dot next to
it. My problem is I *expect* a certain number of mount to be
availabble and currently, if a mount is missing, it is
2008 Apr 15
2
dialed number notify at invalid dial situation
Originally posted by: mailto:
Hi all
Now I'm making IVR sequance that is customised [mainmanu].
I wish to notify invaid command like a following
exten => i,1,playback('your command is ...')
exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-(
exten => i,3,playback(' is incorrect! please again ')
# This exten lines are figure for instruction.
# I
2020 Jun 09
2
LoopStrengthReduction generates false code
Hi.
In my backend I get false code after using StrengthLoopReduction. In the generated code the loop index variable is multiplied by 8 (correct, everything is 64 bit aligned) to get an address offset, and the index variable is incremented by 1*8, which is not correct. It should be incremented by 1 only. The factor 8 appears again.
I compared the debug output
2020 Jun 09
2
LoopStrengthReduction generates false code
Hm, no. I expect byte addresses - everywhere. The compiler should not know that the arch needs word addresses. During lowering LOAD and STORE get explicit conversion operations for the memory address. Even if my arch was byte addressed the code would be false/illegal.
Boris
> Am 09.06.2020 um 19:36 schrieb Eli Friedman <efriedma at quicinc.com>:
>
> Blindly guessing here,
2020 Jun 10
2
LoopStrengthReduction generates false code
The IR after LSR is:
*** IR Dump After Loop Strength Reduction ***
; Preheader:
entry:
tail call void @fill_array(i32* getelementptr inbounds ([10 x i32], [10 x i32]* @buffer, i32 0, i32 0)) #2
br label %while.body
; Loop:
while.body: ; preds = %while.body, %entry
%lsr.iv = phi i32 [ %lsr.iv.next, %while.body ], [ 0, %entry ]
%uglygep = getelementptr
2009 May 06
0
[CentOS-devel] Portal for br.centos.org or pt_br.centos.org
Yes, all from this list pt_br know this in my publication list of hundreds devel.
2009/5/6 Ralph Angenendt <ra+centos at br-online.de>:
> Thiago Avelino wrote:
>> Ralph: Not understand what you mean!
>
> a) Please don't top post.
>
> b) No offense meant, but your last mails all loked like you are the sole
> ? proprietor of everything "CentOS Brazil".
2006 Jul 02
0
Help with Icecast core dump
I need help with an icecast coredump (Signal 10, Bus Error) I keep
getting. I finally got the thing to generate a core file and I ran
the degugger to get a stack trace. Any help would be greatly
appreciated.
I checked 4 dumps and they are all at the same place. Since it
looked like it was in the auth code, I turned the auth more off for
now. I was runnning with:
<mount>
2013 May 09
2
[LLVMdev] Simple Loop Vectorize Question
Hi! I am trying to get the loop vectorizer to work on a simple example
(http://pastebin.com/tGhpc4y0) that doubles every element in a vector.
I've found that 'opt -loop-vectorize -force-vector-width=4 -S -debug
double.ll' works as expected. However, removing the -force-vector-width flag
results in no vectorization. From the debug output I can see that the issue
boils down to:
LV: The
2007 Jul 24
2
samba 4 svn23995 live CD release (maybe tp6?)
Dear all,
After 1week++ finally I'm able to publish my samba4 live cd in my
community website. For those want to have a preview of samba 4 please
check out at this url:
http://www.extraknowledge.org/xoops/modules/articles/article.php?id=29
Any problem simply throw at my forum.
Ks
2013 May 09
0
[LLVMdev] Simple Loop Vectorize Question
Hi Josh,
Your modules does not have a triple, so the target machine and TargetTransformInfo have no way of knowing if you are running on a machine with vector registers. Try adding the '-mcpu=XXXX' to opt and see what happens.
Thanks,
Nadav
On May 9, 2013, at 1:42 PM, Josh Klontz <josh.klontz at gmail.com> wrote:
> Hi! I am trying to get the loop vectorizer to work on a
2014 Dec 13
2
[LLVMdev] Vectorization factor limitation in Loop Vectorizer
So IMO, if we modify the VF calculation for targets/subtargets using TTI where higher VF is supported
The vectorizer’s scope will become wider.
Did/do you foresee any issue with this?
Thanks,
Shahid
From: Nadav Rotem [mailto:nrotem at apple.com]
Sent: Saturday, December 13, 2014 2:47 AM
To: Shahid, Asghar-ahmad
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Vectorization factor limitation in
2014 Dec 11
2
[LLVMdev] Vectorization factor limitation in Loop Vectorizer
Hi Nadav/Devs
I am exploring Loop Vectorizer to vectorize i8 scalar operations into 8xi8 vector operation.
I was expecting the Loop Vectorizer to analyze the profitability for vectorization factor(VF) of 8,
However it is not doing so due to the widest type calculation done for the blocks inside the loop.
May be I am missing something, however, I am curious to know why Loop Vectorizer limits the
2016 Feb 19
2
target triple in 3.8
I have some trouble making the SIMD vector length visible to the passes.
My application is basically on the level of 'opt'.
What I did in version 3.6 was
functionPassManager->add(new
llvm::TargetLibraryInfo(llvm::Triple(Mod->getTargetTriple())));
functionPassManager->add(new llvm::DataLayoutPass());
and then the -basicaa and -loop-vectorizer were able to vectorize the
input
2013 Oct 26
0
[LLVMdev] Why is the loop vectorizer not working on my function?
I would need this to work when calling the vectorizer through
the function pass manager. Unfortunately I am having the same
problem there:
LV: The Widest type: 32 bits.
LV: The Widest register is: 32 bits.
It's not picking the target information, although I tried with and
without the target triple in the module.
Any idea what could be wrong?
Frank
On 26/10/13 15:54, Hal Finkel wrote:
2013 May 10
0
[LLVMdev] Simple Loop Vectorize Question
Hi Josh,
This line works for me:
opt file.ll -loop-vectorize -S -o - -mtriple=x86_64 -mcpu=corei7-avx -debug
You need to specify the triple on the command line if it is not inside the module.
Thanks,
Nadav
On May 9, 2013, at 5:53 PM, Joshua Klontz <josh.klontz at gmail.com> wrote:
> Nadav,
>
> Please forgive my ignorance, but 'opt -mcpu=corei7 -loop-vectorize -S