Displaying 4 results from an estimated 4 matches for "ioffset".
Did you mean:
offset
2013 Jul 27
2
[PATCH 1/3] drm/nv50: include vp in the fb error reporting mask
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Not 100% sure that this is needed, but BSP/MPEG are in the mask.
drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c b/drivers/gpu/drm/nouveau/core/subdev/mc/nv50.c
index 0cb322a..f25fc5f 100644
---
2011 Feb 06
2
Fortran and long integers
...Fortran than I can chime in
with opinion.
I'm the maintainer of the flashClust package that implements fast
hierarchical clustering. The fortran code fails when the number of
clustered objects is larger than about 46300. My guess is that this is
because the code uses the following construct:
IOFFSET=J+(I-1)*N-(I*(I+1))/2
where N is the number of clustered objects and I, J can vary between 1
and N. The result is used as index to access an array (namely the
distance structure).
When N is more than 46341 (or 2^16/sqrt(2)), the expressions I*(I+1)
and (I-1)*N can overflow and turn negative, mes...
1998 Sep 11
1
R-beta: cannot make R
...va' ...
libs
gcc -g -O2 -fpic -I/export/home/aa/Pkg/R-0.62.2/include -c dblcen.c
gcc -g -O2 -fpic -I/export/home/aa/Pkg/R-0.62.2/include -c dist.c
f77 -fpic -c hclust.f -o hclust.o
f77: Warning: Option -fpic passed to ld, if ld is invoked, ignored otherwise
hclust.f:
hclust:
ioffset:
hcass2:
ld -G -o mva.so dblcen.o dist.o hclust.o
R
help
DONE (mva)
DONE (INSTALL)
Installing package `stepfun' ...
R
help
DONE (stepfun)
DONE (INSTALL)
Creating front-end shell script
You should
make docs
now, or at least
make help
Building ALL documentation (help...
2015 Aug 31
8
[RFC PATCH v2 0/5] More explicit pushbuf error handling
Hi there,
Resending these now that they've had some more polish and testing, and I heard
that Ben's vacation is over :-)
These patches work as a starting point for more explicit error mechanisms and
better robustness. At the moment, when a job hangs or faults, it seems that
nouveau doesn't quite know how to handle the situation and often results in a
hang. Some of these situations