search for: anmd

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

Did you mean: and
2014 Oct 24
3
[LLVMdev] Adding masked vector load and store intrinsics
> How would one express such semantics in LLVM IR with this intrinsic? By definition, %data anmd %passthrough are different IR virtual registers and there are no copy instructions in LLVM IR. You never need to express this semantic in LLVM IR, because in SSA form they are always different SSA defs for the result of the operation versus the inputs to the operation. Someplace late in the CG ne...
2014 Oct 24
2
[LLVMdev] Adding masked vector load and store intrinsics
> So %passthrough can *only* be undef or zeroinitializer? No, that wasn't the intent. %passthrough can be any other definition that is needed. Zero and undef were simply two possible values that illustrated some interesting behavior. Mapping of the %passthrough to the actual semantics of many vector instruction sets where the masked instructions leave the masked-off elements of the
2006 Jul 04
1
ActiveRecord write stops script from responding to SIGTERM
...ActiveRecord writes (reading from the database is fine). However as soon as we do an update or a create then the process stops responding to the SIGTERMs. It does however continue to run properly, and will find and process any new messages This is running on an x86 linux machine (rails 1.1.2), anmd we''re using mysql 4.1 I''m rather at a loss to explain this behaviour, anyone have any ideas Thanks, Fred -- Posted via http://www.ruby-forum.com/.
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
...t to their average values; and the > factor constants (including the first, at zero) are given a weighted > average depending on their respective numbers of observations. So for quantitative variables (such as pH), one uses the mean pH in the data set when making the predictions. Reasonable anmd easy. But for categorical variables (like Month), he implies we use a weighted average of the fitted coefficients for all the months, depending on the proportion of times those factor levels appear in the data. (I hope I explained that OK...) Is there an equivalent way in R or S-Plus of doing th...
2005 Oct 07
0
R/S-Plus equivalent to Genstat "predict"
...constants (including the first, at zero) are given a >> > weighted > >> average depending on their respective numbers of observations. >> > > So for quantitative variables (such as pH), one uses the mean > pH in the data set when making the predictions. Reasonable anmd easy. > > But for categorical variables (like Month), he implies we use > a weighted average of the fitted coefficients for all the > months, depending on the proportion of times those factor > levels appear in the data. > > (I hope I explained that OK...) > > Is there an...