search for: kchan

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

Did you mean: chan
2008 Feb 02
3
[LLVMdev] Problem Compiling llvm-gcc 4.2
...Java is not supported but have no idea how to disable it. I have read the README.LLVM and got no clue. (Maybe my English is not good enough - I am not native speaker.) Once again, thank you all for the great work. Idea of LLVM is really attractive to forget about. Regards, Kinson --- /home/kchan/llvm-gcc4.2-2.1.source/host-x86_64-unknown-linux-gnu/prev- gcc/xgcc -B/home/kchan/llvm-gcc4.2-2.1.source/host-x86_64-unknown- linux-gnu/prev-gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -g - O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-lon...
2009 Dec 27
3
[PATCH 1/2] drm/nv50: align size of buffer object to the right boundaries.
- Depth and stencil buffers are supposed to be large enough in general. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_bo.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index e342a41..9fc4bd6 100644 ---
1997 Sep 15
2
R-alpha: predict.lm -- who ..?
Just a short reminder / question -- We've had one posting >> Date: Sun, 17 Aug 1997 19:51:20 -0700 >> From: Kung-Sik Chan <kchan@stat.uiowa.edu> >> To: r-help@stat.math.ethz.ch >> Subject: R-beta: bug report with a predict.default that would "work" with (some) lm objects, and I think it was said that predict.lm "is being" written (Peter Dalgaard, Ross Ihaka ?) because it was urgently...
2009 Dec 25
1
[PATCH] drm/nv50: synchronize user channel after buffer object move on kernel channel
...nce->channel, chan->id); + FIRE_RING(fence->channel); + + return 0; +} + +int +nouveau_fence_semaphore_pre_acquire(struct nouveau_channel *chan, int sequence) +{ + struct drm_device *dev = chan->dev; + struct drm_nouveau_private *dev_priv = dev->dev_private; + struct nouveau_channel *kchan = dev_priv->channel; + struct nouveau_gpuobj_ref *ref = NULL; + uint32_t offset = 0; + + nouveau_fence_update(kchan); + + if (nouveau_gpuobj_ref_find(chan, NvNotify1, &ref)) + return -ENOENT; + + if (nouveau_notifier_offset(ref->gpuobj, &offset)) + return -EINVAL; + + if (sequence &...
1997 Nov 16
0
R-beta: installing new packages in window95 version of R
> From r-help-owner at stat.math.ethz.ch Mon Nov 17 11:20 NZD 1997 > Date: Sun, 16 Nov 1997 14:08:04 -0800 > From: Kung-Sik Chan <kchan at stat.uiowa.edu> > To: r-help at stat.math.ethz.ch > Subject: R-beta: installing new packages in window95 version of R > Mime-Version: 1.0 > > I have tried to install the leaps package in the window95 version of R. > I used Microsoft Fortran powerstation to generate > t...
1997 Aug 18
1
R-beta: bug report
The following seems to be a bug when I tried to use the predict function. > forbes boil.pt pressure log.pressure [1,] 194.5 20.79 303.4472 [2,] 194.3 20.79 303.4472 [3,] 197.9 22.40 310.9061 [4,] 198.4 22.67 312.1042 [5,] 199.4 23.15 314.1995 [6,] 199.9 23.35 315.0597 [7,] 200.9 23.89 317.3460 [8,] 201.1 23.99
1999 Jul 21
0
smb setting for lmhosts client access
Folks, I did a basic install of 2.0.5 yesterday and I was wondering type of configuration I'd need to modify to enable users in another subnet access to the test server. I tried modifying the lmhosts files on the client computer, but with no success. -ken
2008 Feb 02
2
[LLVMdev] Persisting Problem Compiling llvm-gcc 4.2
Dear All, Thank you for the prompt suggestion in compiling llvm-gcc. I have just tried the following: llvm-gcc4.2-2.1-source$ make clean llvm-gcc4.2-2.1-source$ ./configure --disable-multilib --disable- shared --enable-languages=c,c++ llvm-gcc4.2-2.1-source$ make -j32 And still the code for Java is compiled and clashes with others in the linker. I have tried removing the ./gcc/java folder
1997 Dec 19
1
R-beta: a bug in the lm function ?
I ran a function called BoxCox, taken from the book by Venables and Ripley, for checking the need for power transformation. This function works fine using the version 0.50 of R, but gives an error message with version 0.60. The lm function in version 0.60 is different from that in version 0.50. Is there a bug in the new lm function? Kung-Sik Chan >