search for: args0

Displaying 5 results from an estimated 5 matches for "args0".

Did you mean: args
2006 Nov 04
1
konsole failure to
...clude the path to pick up the profile called 'smile' konsole --vt_sz 80x25 --profile /home/admin/.kde/share/apps/konsole/profiles/smile However, although including the path allowed konsole to get to the profile called smile, a logon script named head in 'smile' was not executed. Args0=/bin/bash,-c,/usr/local/bin/head Args0=/bin/bash,-c,head Both of the above failed to execute 'head' but head could be executed from the command line and functioned as expected. Any ideas? Greg Ennis
2018 Jul 20
2
LLVM FunctionType cannot be returned as VectorType?
Dear all, I am using LLVM C++ API to generate some code. In particular, I am dealing with AVX2 SIMD API which uses __m256i. My function input types a set of vectors and return type is also a vector. /////////////////////////////////////////////////////////////////////////////////////////// arguments.push_back(VectorType::get(IntegerType::getIntNTy(TheContext, 64), 4));//int64*4 = __m256i
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...ect > relation between the two, you should be able to use a std::vector to > provide the input for the <4 x i61> Vector Type by passing the > std::vector's raw data [3]. > > However, it would be easier with something like this: > > using VecInt = int64[4]; > VecInt args0 { 0, 1, 2, 3 }; > ... > VecInt result = function(args0, ...); > > Btw.: Note that you may need to set target-feature attributes for your > function like so: [3] > > Hope it helps. > > Cheers, > Stefan > > [1] https://llvm.org/docs/LangRef.html#vector-type > [2...
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...ect > relation between the two, you should be able to use a std::vector to > provide the input for the <4 x i61> Vector Type by passing the > std::vector's raw data [3]. > > However, it would be easier with something like this: > > using VecInt = int64[4]; > VecInt args0 { 0, 1, 2, 3 }; > ... > VecInt result = function(args0, ...); > > Btw.: Note that you may need to set target-feature attributes for your > function like so: [3] > > Hope it helps. > > Cheers, > Stefan > > [1] https://llvm.org/docs/LangRef.html#vector-type > [2...
2008 Feb 24
2
Can DTrace display non-instrumented function argument counts and types?
Is it possible to use DTrace to display the number of arguments and their types for userland or kernel functions that are not explicitly instrumented or documented by their authors? We''re talking about functions provided by Veritas VxVM/VxFS and the like, and for example, we might want to try tracing I/Os from App => VxFS => VxVM => ssd driver to see where I/Os get aggregated or