Displaying 9 results from an estimated 9 matches for "findoption".
2008 Aug 05
1
optimize simultaneously two binomials inequalities using nlm( ) or optim( )
Dear R users,
I?m trying to optimize simultaneously two binomials inequalities (used in
acceptance sampling) which are nonlinear solution, so there is no simple
direct solution. Please, let me explain shortly the the problem and the
question as following.
The objective is to obtain the smallest value of 'n' (sample size)
satisfying both inequalities:
(1-alpha) <= pbinom(c, n, p1)
2008 Jul 29
0
optimize simultaneously two binomials inequalities using nlm
Dear R users,
I?m trying to optimize simultaneously two binomials inequalities used to
acceptance sampling, which are nonlinear solution, so there is no simple
direct solution. Please, let me explain shortly the the problem and the
question as following.
The objective is to obtain the smallest value of 'n' (sample size)
satisfying both inequalities:
(1-alpha) <= pbinom(c, n, p1)
2008 Jul 21
0
optimize function help!!
Dear R users,
I?m trying to optimize simultaneously two binomials inequalities used to
acceptance sampling, which are nonlinear solution, so there is no simple
direct solution.
The 'n' represents the sample size and the 'c' an acceptance number or
maximum number of defects (nonconforming) in sample size.
The objective is to obtain the smallest value of 'n' (sample size)
2018 Feb 25
0
segfault calling SDL_Init with FFI/ MCJIT
...noticed the error actually
happens deep inside a transitively loaded GL drive module, but still
within the LLVM code. Does LLVM have hooks for when libraries are loaded?
#0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:173
#1 0x00007fffeff1a667 in llvm::cl::generic_parser_base::findOption(char
const*) () from /home/src/leaf/sdl/dist/libLLVM-3.8.so
#2 0x00007ffff02f291f in
llvm::RegisterPassParser<llvm::MachineSchedRegistry>::NotifyAdd(char
const*, void* (*)(), char const*) () from
/home/src/leaf/sdl/dist/libLLVM-3.8.so
#3 0x00007fffe3ab4754 in
llvm::MachinePassRegistry::Add(...
2009 Mar 31
3
[LLVMdev] assert problem embedding llvm libs in linux - stuck
...IGABRT caused by an assert when run:
/include/llvm/Support/CommandLine.h:483: void
llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&,
const char*) [with DT = const llvm::TargetMachineRegistryEntry*,
DataType = const llvm::TargetMachineRegistryEntry*]: Assertion
`findOption(Name) == Values.size() && "Option already exists!"' failed.
I'm not so familiar with the internals of LLVM nor standard practices
for development on Linux, so I wondered if there is an experienced
developer on the list who can spot the problem immediately...? I'v...
2009 Oct 21
0
[LLVMdev] request for help writing a register allocator
...or:
llc: /afs/cs.wisc.edu/p/course/cs701-horwitz/public/llvm-root/llvm/include/llvm/Support/CommandLine.h:483: void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const char*) [with DT = llvm::FunctionPass* (*)(), DataType = llvm::FunctionPass* (*)()]: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed.
Can you tell from this what I'm doing wrong?
2. I tried writing a very simple register allocator. It works as follows:
Step 1: Find out which physical registers are already used. Do this by
iterating over...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...aheh/Desktop/vmkit2/mmtk/java/vmkit.properties -disable-stubs -assume-compiled
0 vmjc 0x0000000000eb84ef
1 vmjc 0x0000000000eb8a69
2 libpthread.so.0 0x00002b9a7357e060
3 libc.so.6 0x00002b9a7446ce24
4 vmjc 0x0000000000e96717 llvm::cl::generic_parser_base::findOption(char const*) + 55
5 vmjc 0x000000000059d038
6 vmjc 0x0000000000e600ec llvm::PassRegistry::registerPass(llvm::PassInfo const&, bool) + 572
7 vmjc 0x0000000000aa1140 llvm::initializeBlockPlacementPass(llvm::PassRegistry&) + 144
8 vmjc 0x00000000...
2009 Oct 20
7
[LLVMdev] request for help writing a register allocator
Hi Susan,
> You may find the PBQP allocator implementation useful as a reference
> to what's involved in adding a new allocator to LLVM. It's located in
> lib/CodeGen/RegAllocPBQP.cpp, with supporting files in the lib/CodeGen/
> PBQP directory.
>
Yes - as far as working allocators go PBQP is pretty simple. If you're just
interested in LLVM API details you can focus on
2012 Nov 16
3
[LLVMdev] Making VMKit2
Hi,
I’m trying to
make VMKit & J3 on Ubuntu. I have followed the instructions at http://vmkit2.gforge.inria.fr/start.php.
But after configuring vmkit2, when I’m making it using make
ENABLE_OPTIMIZED=1, I receive the following:
1) With this configuration:
ela at ela-VirtualBox:~/Desktop/vmkit2$
./configure --with-llvmsrc=/home/ela/Desktop/llvm/
--with-llvmobj=/home/ela/Desktop/llvm/