search for: nethertheless

Displaying 9 results from an estimated 9 matches for "nethertheless".

2006 Jun 12
6
Xen3.0, LSI MegaRaid, Debian
Hello, Problem: Debian(linux-image-xen-686) Dom0 does not boot from LSI MegaRaid I''m sorry, because I don''t know if I''m at the right place to ask for a solution for my problem, because it might be Debian related. Nethertheless I try: Xen Kernel are in Debian Unstable for a month or so. I''m running an Etch (testing) machine here and I wanted to try out Xen. I followed this guide here: http://www.debian-administration.org/articles/396 The only difference is that I set APT::Default-Release "testing";...
2015 Nov 14
1
[PATCH v2] pmu: fix queued messages while getting no IRQ
...ying to read the message without getting any IRQ The benefit of not using wait_event is, that we don't have a kworker waiting on an event, which makes it easier to reload the module at runtime, which helps me developing on nouveau on my laptop a lot, because I don't need to reboot anymore Nethertheless, we shouldn't use wait_event here, because we can't guarantee any answere at all, can we? v2: moved it into a new function Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/pmu/base.c | 43 ++++++++++++++++++++++++++++++++------ 1 file changed, 37...
2008 May 30
0
[LLVMdev] notes on llvmc2
Hello, Holger > Being fully aware that llvmc2 is work-in-progress, here are some notes nethertheless: First of all - Mikhael (the main author) sometimes cannot catch the mailing list directly, so please, CC him also (foldr at codedgers.com) I'll try to answer some questions and Mikhael will try to resolve others. > * why using /tmp at all? Same does gcc, we don't have pipe option yet....
2015 Nov 14
0
[PATCH] pmu: fix queued messages while getting no IRQ
...ying to read the message without getting any IRQ The benefit of not using wait_event is, that we don't have a kworker waiting on an event, which makes it easier to reload the module at runtime, which helps me developing on nouveau on my laptop a lot, because I don't need to reboot anymore Nethertheless, we shouldn't use wait_event here, because we can't guarantee any answere at all, can we? Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/pmu/base.c | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --g...
2008 May 30
2
[LLVMdev] notes on llvmc2
Being fully aware that llvmc2 is work-in-progress, here are some notes nethertheless: I already compiled llvm, but llvm-gcc was still compiling. Now I tried the new llvmc2: $ llvmc2 -opt -v main.c llvm-g++ -c -x c main.c -o /tmp/llvm_KeApik/main.bc -emit-llvm llvmc2: Can't find program 'llvm-g++' * after this, the directory /tmp/llvm_KeApik was not removed * why us...
2015 Nov 14
0
[PATCH v3] pmu: fix queued messages while getting no IRQ
...ying to read the message without getting any IRQ The benefit of not using wait_event is, that we don't have a kworker waiting on an event, which makes it easier to reload the module at runtime, which helps me developing on nouveau on my laptop a lot, because I don't need to reboot anymore Nethertheless, we shouldn't use wait_event here, because we can't guarantee any answere at all, can we? v2: moved it into a new function v3: moved mutex unlock into nvkm_pmu_send Signed-off-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/nvkm/subdev/pmu/base.c | 39 +++++++++++++++++...
2016 Mar 01
2
[PATCH 0/2] PMU communications improvements
Both patches should make the communicating with the PMU more stable. Karol Herbst (2): pmu: fix queued messages while getting no IRQ pmu: be more strict about locking drm/nouveau/nvkm/subdev/pmu/base.c | 49 ++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-) -- 2.7.2
2017 Apr 29
3
[PATCH] nv50/ir: optimmize shl(a, 0) to a
helps two alien isolation shaders shader-db: total instructions in shared programs : 4251497 -> 4251494 (-0.00%) total gprs used in shared programs : 513962 -> 513962 (0.00%) total local used in shared programs : 29797 -> 29797 (0.00%) total bytes used in shared programs : 38960264 -> 38960232 (-0.00%) local gpr inst bytes helped
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...elsurv package particularly rsadd function: Rsadd(Surv(time,cens)~sex+ratetable(age=age*365.24,sex=sex,year=year),data=,=ratetable=,int=5,method=?max.lik?). In the tutorial, it is indicated that "the age and year must be given in the date format, i.e. in number of days since 01.01.1960". Nethertheless, in Pohar?s article, http://ibmi.mf.uni-lj.si/ibmi/biostat-center/predtiski/CMPB_Pohar_Stare_relsurv.pdf, there is no indication about that. What is the true way to use this function. Thanks for your help, Laurence -- View this message in context: http://r.789695.n4.nabble.com/Re-relsurv-packa...