search for: fopt

Displaying 12 results from an estimated 12 matches for "fopt".

Did you mean: fops
2014 Mar 06
11
[LLVMdev] RFC - Adding an optimization report facility?
...orts. But major differences are often due to major passes making slightly different decisions (e.g., the inliner). My intent is to introduce an optimization report option to LLVM which passes will be able to use to indicate the major decisions they make. Initially, I am tempted to mimic GCC's -fopt-info ( http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#index-fopt-info-747 ). Before I get too far into this, do folks think this is a good idea? I'm open to reasonable requests on how the facility should work, etc. Thanks. Diego. -------------- next part -------------- An HTML atta...
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
...e reason that ogg files do not sound is because my version of sox may not have oggvorbis support, but this is not the case because I can play them using the "play" command easily at the command line. Also when I type "sox -h" I get: sox: Version 12.17.7 Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ] gopts: -e -h -p -v volume -V fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -x effect: avg band bandpass bandreject chorus compand copy dcshift deemph earwax echo echos fade filter flanger highp highpass lowp lowpass mask mcompand...
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...and requires access to either or both the external libmad and libmp3lame libraries. To see if there is support for Mp3 run sox -h and look for it under the list of supported file formats as "mp3". [root at host0040 ~]# sox -h sox: Version 12.18.1 Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ] gopts: -e -h -p -q -S -V fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x effect: avg band bandpass bandreject chorus compand copy dcshift deemph earwax echo echos fade filter flanger highp highpass lowp lowpass mask mcom...
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...and requires access to either or both the external libmad and libmp3lame libraries. To see if there is support for Mp3 run sox -h and look for it under the list of supported file formats as "mp3". [root at host0040 ~]# sox -h sox: Version 12.18.1 Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ] gopts: -e -h -p -q -S -V fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x effect: avg band bandpass bandreject chorus compand copy dcshift deemph earwax echo echos fade filter flanger highp highpass lowp lowpass mask mcom...
2014 Mar 07
3
[LLVMdev] RFC - Adding an optimization report facility?
...sals about how this will work, and we can iterate > on that though. > > > > > > My intent is to introduce an optimization report option to LLVM which > passes will be able to use to indicate the major decisions they > make. Initially, I am tempted to mimic GCC's -fopt-info ( > http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#index-fopt-info-747 > ). > > > > I'm not sure if this is the best design or not (having never used it) > - what feedback have you heard from (non-compiler-hacker) people > trying to use it? > > I...
2014 Mar 06
4
[LLVMdev] RFC - Adding an optimization report facility?
..., instead of the successful ones. 2. Increase verbosity of the report. This would be done using note nodes, I expect. But we may want varying degrees of verbosity. 3. Group families of optimizations. For example, i want to report on all loop-related optimizations. 4. IIRC, GCC's -fopt-info will also allow you to collect the reports into a separate text file. Not sure how useful I find this feature myself. Thanks. Diego. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140306/3e9fa1ce/a...
2010 Dec 12
5
Stripping silent periods from MP3s
...cription: SoX (Sound eXchange) is a sound file format converter SoX can convert : between many different digitized sound formats and perform simple : sound manipulation functions, including sound effects. [root at karsites ~]# sox -h sox: Version 12.18.1 Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ] gopts: -e -h -p -q -S -V fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x effect: avg band bandpass bandreject chorus compand copy dcshift deemph earwax echo echos fade filter flanger highp highpass lowp lowpass mask mcom...
2013 Mar 10
0
max row
...g <zjoanna2013 at gmail.com> >>>To: arun <smartpink111 at yahoo.com> >>>Sent: Saturday, March 9, 2013 10:04 PM >>> >>>Subject: Re: max row >>> >>> >>>great. I want to find the rows with the minimum value of EN in one dataset fopt) and the rows with minimum of N in another data set(fmin) , and then I need to loop through different combinations of c11,c12,c1,c2,, c11, c12 need to take values of 0.01,0.02.0.03, and c1, c2 take vaules of 0.10, 0.20, 0.30. And then find the rows with minimum value of EN and the rows with minimum...
2007 Aug 24
0
[LLVMdev] llvmc doesn't work for compilation nor linking
On Aug 24, 2007, at 1:52 PM, Holger Schurig wrote: > Is llvmc meant for compilation? > I'm not sure what the status of llvmc is (is anyone working on it?), but I don't believe it was ready for real use or was finished. If you would like to work on it, patches are welcomed! Thanks, Tanya > $ llvmc -c a.c -o a.o > /usr/src/llvm/dist/etc/llvm/c:55: Error: Expecting output
2007 Aug 24
2
[LLVMdev] llvmc doesn't work for compilation nor linking
Is llvmc meant for compilation? $ llvmc -c a.c -o a.o /usr/src/llvm/dist/etc/llvm/c:55: Error: Expecting output type value /usr/src/llvm/dist/etc/llvm/c had 1 errors. Terminating. The offending line contains: optimizer.output = bytecode which doesn't seem to be understood by llvmc. If I uncomment this line, I get another error message: $ llvmc -c a.c -o a.o llvmc: Can't find program
2011 Dec 25
2
[LLVMdev] Using output from dragonegg
Howdy! I am trying to understand how to properly use dragonegg. I've gotten it on my machine and it runs everything and seems to compile fortran well. If I run this command: gcc-4.6 tests/hello_world.f -o hello_world.o -fplugin=./dragonegg.so -S -flto I get a bunch of LLVM code in the hello_world.o file. What do I do with it next if I want to execute it? I've tried llvm-as and llvm-nm but
2018 Jun 19
2
Naming clash: -DCLS=n and CLS in code
...XX_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/Frontend/Rewrite -I/sw/src/clang_llvm_dev/clang/lib/Frontend/Rewrite -I/sw/src/clang_llvm_dev/clang/include -Itools/clang/include -Iinclude -I/sw/src/clang_llvm_dev/llvm_trunk/include -fopt-info -pipe -Wall -Wextra -Ofast -DCLS=64 -fPIC -floop-nest-optimize --param simultaneous-prefetches=16 -fprefetch-loop-arrays -msse4.2 -mrecip=all -funroll-loops -fdelete-null-pointer-checks --param prefetch-latency=32 -ffast-math -ftree-vectorize -funsafe-math-op...