search for: reza

Displaying 20 results from an estimated 105 matches for "reza".

Did you mean: rez
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes: > I got the following answers: > > which perl > /usr/bin/perl > > which llvm-config > /usr/local/bin/llvm-config > > which llvm-as > /usr/local/bin/llvm-as > > /usr/bin/llvm-confing --version > bash: /usr/bin/llvm-c...
2012 Sep 24
2
[LLVMdev] llvm-config!
...rs: which perl /usr/bin/perl which llvm-config /usr/local/bin/llvm-config which llvm-as /usr/local/bin/llvm-as /usr/bin/llvm-confing --version bash: /usr/bin/llvm-confing: No such file or directory /usr/local/bin/llvm-config --version 2.8 Quoting Ă“scar Fuentes <ofv at wanadoo.es>: > Reza Sheykhi <hajishey at msu.edu> writes: > >> Thank you for your repky. I downloaded llvm-2.8 and installed it by >> first ./configure and then ./make it. It was installed in /usr/local >> as i expected. However, when i tried to run llvm-config-2.8, for >> example --ve...
2010 Jul 22
2
[LLVMdev] problem using LTO
...://llvm.org/docs/GoldPlugin.html" and built ar, nm-new, and ld-new in binutils. I also built libLLVMgold.so. I get the following error: llvm-gcc: -use-gold-plugin, but libLLVMgold.so not found. The command I used with the example in "http://llvm.org/docs/GoldPlugin.html" is: /home/reza/llvm-gcc4.2-2.7-x86_64-linux/bin/llvm-gcc -use-gold-plugin a.a b.o -o main I put libLLVMgold.so to /usr/lib/bfd-plugins and ar, nm-new and ld-new in /usr/bin/ar and /usr/bin/nm and /usr/bin/ld respectively. If I use the load by itself I get: ld -plugin /usr/lib/bfd-plugins/libLLVMgold.so a.a b.o...
2010 Jul 22
0
[LLVMdev] problem using LTO
On 21 July 2010 22:14, Reza Yazdani <ry.yazdani at gmail.com> wrote: > Hello, > > I down loaded "llvm-gcc4.2-2.7-x86_64-linux" and I built Spec2006 with it. > It is great and except for one benchmark the rest work fine. I want to build > them with LTO now. I followed the directions in > &quot...
2004 Sep 10
2
Error initializing flac stream decoder.
...callback. The flac file I'm using is a 16/44.1 wav file i encoded(and decoded to verify it worked). Any thoughts? Alas, although I can generate a core file, I havn't been able to get get gdb to recognize it. Is there any way to turn on verbose debugging messages from flac? Thanks, Reza FLAC__StreamDecoderReadStatus rio_flac_read(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], unsigned *bytes, void *client_data) { r_glue *g = (r_glue*) client_data; unsigned int bytesAvailable = rio_ringbuffer_datasize( g->readAhead ); unsigned int byte...
2004 Sep 10
1
Error initializing flac stream decoder.
...nedRice struct, but it hasn't changed a thing. I'm still getting the same behaviour. typedef struct { unsigned order; unsigned parameters[1 << 6]; unsigned raw_bits[1 << 6]; } FLAC__EntropyCodingMethod_PartitionedRice; Any other thoughts? Thanks, Reza Josh Coalson wrote: > --- Reza Naima <reza@reza.net> wrote: > >>Thanks for that email. The one lihe change I made is this : >> >>from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) >>to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) >> >>and that seeme...
2004 Sep 10
2
Error initializing flac stream decoder.
...r_new(). Is there any way to determine exactly why it isn't able to start a new instance? Though the flac executable wasn't able to compile, the libs did manage to compile. Here's the configure syntax I used (along with CC set to the cross-compiler) $ ./configure --prefix=/home/reza/projects/rio/flac --host=armv4l Any thoughts? Reza
2000 Jun 19
2
dyn.load error:
Hi, I have some S functions plus Fortran routines that I want to use in R. They work in S, but when I try to use "dyn.load" to link fortran codes in R , I get the following error. thanks, reza (I am using R-1.0.1 on windows NT, The name of fortran file (compiled Ratfor) is deldirld.o and it's in the D:\Reza\476\tv.gonsrc.R\ directory) >dyn.load("deldirld.o") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "D:\Reza\...
2010 Jul 22
3
[LLVMdev] fp Question
Hi, I ran Spec2006 with -O4. All integer benchmarks passed, but only 8 out 17 of floating point benchmarks passed. Is this normal or I made a mistake in my build? Reza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100722/4c4a81a9/attachment.html>
2007 Apr 08
10
Ferret and non latin characters support
I''ve successfully installed ferret and acts_as_ferret and have no problem with utf-8 for accented characters. It returns correct results fot e.g. fran?ais. My problem is with non latin characters (Persian indeed). I have tested different locales with no success both on Debian and Mac. Any idea? (ferret 0.11.4, acts_as_ferret 0.4.0, rails 1.1.6) -- Posted via http://www.ruby-forum.com/.
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
...which is a prototype of a SystemC front-end based on "LLVM". The only version that it works with is 2.8. Also to test PinaVM, we need llvm-g++ (I think clang does not work). However, when I want to run an example, i get the following error, which i think is related to llvm-g++: reza at RezaUbuntu:~/pinavm-pinavm/systemc-examples/jerome-chain$ make promela llvm-g++ -fno-inline-functions -I../../external/systemc-2.2.0/src/ -I../../external/TLM-2009-07-15/include/tlm -I../../external/basic -emit-llvm -c main.cpp -o main.bc Potential incompatible plugin version. GCC: 4.5.3. Ex...
2010 Jul 20
5
[LLVMdev] LLVM and Spec2006
Hi, What are the best options to compile Spec2006 with LLVM compilers to get the best performance numbers on x86? Has anybody compared LLVM Spec2006 numbers with GCC 4.5 base? reza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100719/40cf38a5/attachment.html>
2010 Jul 22
0
[LLVMdev] fp Question
On Jul 22, 2010, at 4:18 PMPDT, Reza Yazdani wrote: > Hi, > > I ran Spec2006 with -O4. All integer benchmarks passed, but only 8 > out 17 of floating point benchmarks passed. Is this normal or I > made a mistake in my build? Hi Reza. Somebody on Linux should answer, but I don't think it's normal. You...
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi, I have attached my compressed config file. Thanks, Reza > On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > Re-adding the mailing list CC - please don't drop it. > > On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote: >> Hi, >> >> I am using msys2. When I run `...
2012 Sep 19
3
[LLVMdev] llvm-config!
...t with llvm-2.8. I have installed it but while i am trying to run llvm-config it says no such file or directory: bash: /usr/bin/llvm-config: No such file or directory Does any body know how to solve this problem? I can use apt-get but it gives me either 2.9 or 3.0 or higher versions. Thank you, Reza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120919/d03d7e11/attachment.html>
2010 Jul 20
0
[LLVMdev] LLVM and Spec2006
Hi Reza, -O4 is the highest level of LLVM optimization that I know of. But, I don't know if it has been tried on Spec2006. IIRC, Dan Gohman has run Spec. tests with LLVM, so he can provide more info. - fariborz On Jul 19, 2010, at 6:06 PM, Reza Yazdani wrote: > Hi, > > What are the bes...
2010 Jul 23
3
[LLVMdev] fp Question
Following is the list of fp benchmarks that fail. They all pass with -O3, but some fail with -O4. I did the test run. Thanks, Reza Estimated Estimated Base Base Base Peak Peak Peak Benchmarks Ref. Run Time Ratio Ref. Run Time Ratio -------------- ------ --------- --------- ------ --------- ---------...
2004 Feb 06
0
Fail to build a default Samba!
...; && (set = -o posix ' >/dev/null 2>&1; then [max@localhost source]$ ***** By the way, why I cannot run "./configure" command and have to run = "source ./configure"? This is my first time to post question, hope this is a correct site. Cheers! Max MaFrom reza at mra.co.id Fri Feb 6 06:23:19 2004 From: reza at mra.co.id (Muhammad Reza) Date: Fri Feb 6 06:17:29 2004 Subject: [Samba] Re: =?utf-8?q?=E7=BF=BDlling_Samba-LDAP_PDC_=28it_has_a_happy_end?= =?utf-8?q?ing=29?= In-Reply-To: <1076045470.12273.14.camel@lin-workstation.azapple.com> Referenc...
2012 Sep 20
0
[LLVMdev] llvm-config!
Could you give us more information? If your package manager does not have 2.8 (I would hope it doesn't! that version is very old!), I would recommend downloading 2.8 from http://llvm.org/releases/, and then building it yourself. --Sean Silva On Wed, Sep 19, 2012 at 6:31 PM, Reza Sheykhi <hajishey at msu.edu> wrote: > Hi, > > I am trying to install a program that works just with llvm-2.8. I have > installed it but while i am trying to run llvm-config it says no such file > or directory: > > bash: /usr/bin/llvm-config: No such file or directory Do...
2006 Nov 06
2
Correlated ROC curves
Hi, Is there any package or code to compare and display correlated ROC curves in R? Thanks, Reza [[alternative HTML version deleted]]