search for: mohammadi

Displaying 8 results from an estimated 8 matches for "mohammadi".

Did you mean: mohammad
2012 Mar 16
1
Segfault while calling fexact in C
.../BioProject/fet$ gcc -I/usr/share/R/include -lm fexact.c /usr/lib/libRmath.a nima@nima-laptop:~/BioProject/fet$ ./a.out 0 0.408431 1 0.408431 2 0.408431 3 0.408431 4 0.408431 .... .... 4003 0.408431 4004 0.408431 4005 0.408431 Segmentation fault Any help would be highly appreciated :) *-- **Nima Mohammadi* [[alternative HTML version deleted]]
2016 Feb 04
2
Is LLVM IR stable?
Hi, Are you going to change LLVM IR language further or it can be considered more or less to be stable now? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/0b4c6137/attachment.html>
2017 Jul 09
2
Invalid link on Github
...gt; wrote: >>> BTW, confusingly, there _is_ actually a git repository living at that URL -- >>> it's just that the directory doesn't have an index.html, and there's no >>> gitweb instance, either. >>> >>> On Fri, Jul 7, 2017 at 6:35 AM, Mahdi Mohammadi via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>>> >>>> Hi, >>>> >>>> The link >>>> on the Github pa >>>> ge (https://github.com/llvm-mirror/llvm) >>>> to LLVM git >>>> redirects to...
2017 Jul 07
2
Invalid link on Github
Hi, ​ The link ​ ​ on the Github pa ge (https://github.com/llvm-mirror/llvm) to LLVM git ​ ​ redirects to 404 page. Can someone please fix it? https://github.com/llvm-mirror/llvm Thanks, Mahdi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170707/304e5323/attachment.html>
2017 Jul 08
2
Invalid link on Github
...llvm-dev <llvm-dev at lists.llvm.org> wrote: > BTW, confusingly, there _is_ actually a git repository living at that URL -- > it's just that the directory doesn't have an index.html, and there's no > gitweb instance, either. > > On Fri, Jul 7, 2017 at 6:35 AM, Mahdi Mohammadi via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi, >> >> The link >> on the Github pa >> ge (https://github.com/llvm-mirror/llvm) >> to LLVM git >> redirects to 404 page. Can someone please fix it? >> >> https://github.c...
2012 Oct 30
1
[LLVMdev] Program Dependence Graph (PDG) in LLVM
Hi, Is there a way to use LLVM to build the visual representation of program dependence graph (PDG) of a routine/program? >From looking at https://llvm.org/svn/llvm-project/poolalloc/branches/release_14/lib/DSA/PgmDependenceGraph.cpp, it looks like there is an incomplete implementation of PDG in LLVM. However, when I search within LLVM3.0 package, I don't find the .cpp/h code. So, I also
2009 Apr 01
0
feature selection problem,urgent help need
Hello, I have a problem in feature selection I would be thankful if you can help me. I have a dataset with limited samples (for example 100) and a lot of features (for example 3000) and i have to do feature selection. if i use cross validation (for example *10 fold*) i rank the features based on 90 samples (using svmrfe method) i achieve ranked feature for example {f2,f4,f1,f3,...} (it means f2
2018 Jun 01
1
Is this the best method to keep audio quality when converting MP3 to opus?
Hello, I have a large collection of audio files contains music in mp3 format, due to need to free space of hard disk, I need to reduce their size. It seems opus is the best format for this purpose, in order to have the quality of original mp3 files, currently I use ffmpeg command to convert them to FLAC and then use opusenc, the official opus encoder, to convert FLAC files to opus. By using one