Sean LEE NVIDIA Research Summit NVIDIA_Research_Summit.html NVIDIA_Research_Summit.html Sun, 2 Aug 2009 16:03:22 GMT <ul><li>September 30 - October 2, 2009 - The Fairmont Hotel, San Jose, California</li></ul> <p>The NVIDIA Research Summit is a cross-disciplinary forum during the GPU Technology Conference. The Research Summit is intended for researchers and students interested in using GPUs in science and engineering. Attendees new to GPU computing will learn how GPU computing can drastically increase computational power and dramatically reduce time-to-discovery; attendees already using GPU computing can learn advanced topics in GPU computing, discuss their work with NVIDIA engineers and researchers and network with each other.</p> <p>For more information, visit <a href="http://www.nvidia.com/researchsummit">http://www.nvidia.com/researchsummit</a></p> The Slides from Workshop on High Performance GPU Computing with NVIDIA The_Slides_from_Workshop_on_High_Performance_GPU_Computing_with_NVIDIA.html The_Slides_from_Workshop_on_High_Performance_GPU_Computing_with_NVIDIA.html Tue, 21 Apr 2009 16:05:12 GMT CUDA The slides from the workshop are available at:<br> <a href="http://www.cse.unsw.edu.au/~pls/cuda-workshop09">http://www.cse.unsw.edu.au/~pls/cuda-workshop09</a>.<br> <br> Thanks to Mark Harris, Manuel Chakravarty and Dragan Dimitrovici for the great talks, and NVIDIA and Xenon Systems for sponsoring the workshop. Workshop on High Performance GPU Computing with NVIDIA CUDA Workshop_on_High_Performance_GPU_Computing_with_NVIDIA_CUDA.html Workshop_on_High_Performance_GPU_Computing_with_NVIDIA_CUDA.html Thu, 2 Apr 2009 16:05:28 GMT It is now open for registration.<br> Level 1 Seminar Room, K17, CSE, UNSW, Sydney<br> April 17, 2009<br> <a href="http://www.cse.unsw.edu.au/~pls/cuda-workshop09">http://www.cse.unsw.edu.au/~pls/cuda-workshop09</a>. xmobar battery plugin using sysfs, not procfs xmobar_battery_plugin_using_sysfs__not_procfs.html xmobar_battery_plugin_using_sysfs__not_procfs.html Sun, 29 Mar 2009 01:11:36 GMT As the lastest kernel image (2.6.29-1) on Debian Sid did not have CONFIG_ACPI_PROCFS_POWER enabled by default, the battery plugin of <a href="http://code.haskell.org/~arossato/xmobar/">xmobar</a>, a status bar application for <a href="http://www.xmonad.org">xmonad</a>, stopped working.<br> <br> I could easily think of two options: (1) recompile the kernel image with CONFIG_ACPI_PROCFS_POWER enabled, or (2) write a xmobar plugin that does not depend on procfs. After giving a bit of thought to it, I decided to write a xmobar plugin that does not depend on procfs. It seemed that procfs was deprecated and, in a long run, sysfs would be preferred over procfs.<br> <br> The plugin, <a href="http://www.cse.unsw.edu.au/~seanl/misc/SysfsBatt.hs">SysfsBatt.hs</a>, has been written, and <a href="http://www.cse.unsw.edu.au/~seanl/misc/Monitors.hs">Monitors.hs</a> has been modified.<br> <br> In order to recompile xmobar with the above files, you could simply follow these steps, assuming that you are in the xmobar src directory:<br> <ol> <li style="list-style-type: none;">$ cd Plugins/Monitors</li> <li style="list-style-type: none;">$ wget http://www.cse.unsw.edu.au/~seanl/misc/SysfsBatt.hs</li> <li style="list-style-type: none;">$ cd ..</li> <li style="list-style-type: none;">$ wget http://www.cse.unsw.edu.au/~seanl/misc/Monitors.hs</li> <li style="list-style-type: none;">$ runhaskell Setup.lhs configure</li> <li style="list-style-type: none;">$ runhaskell Setup.lhs build</li> <li style="list-style-type: none;">$ runhaskell Setup.lhs install</li> </ol> My <a href="http://www.cse.unsw.edu.au/~seanl/misc/xmobarrc">.xmobarrc</a> uses SysfsBatt in case an example is needed. EPHAM 2009 program has been finalised EPHAM_2009_program_has_been_finalised.html EPHAM_2009_program_has_been_finalised.html Tue, 17 Mar 2009 00:19:38 GMT The program for EPHAM 2009 has been finalised and can be found at<br> <ul><li> <a href="http://www.gpgpu.org/EPHAM09">http://www.gpgpu.org/EPHAM09</a>. </li></ul> GPU Kernels as Data-Parallel Array Computations in Haskell GPU_Kernels_as_Data_Parallel_Array_Computations_in_Haskell.html GPU_Kernels_as_Data_Parallel_Array_Computations_in_Haskell.html Mon, 16 Mar 2009 01:12:05 GMT The final version of <a href="http://www.cse.unsw.edu.au/~chak/papers/gpugen.pdf">GPU Kernels as Data-Parallel Array Computations in Haskell</a> has been submitted. Thanks to Manuel, Vinod and Gabi. It will be presented at EPHAM 2009.