Friday, October 30, 2009

The Day With No Power

จริงๆ ฝนตกมาตั้งแต่เมื่อวาน วันนี้ก็ไฟดับตั้งแต่เช้า ประมาณเก้าโมงถึงบ่ายสอง เขาบอกว่า City of Ruston ตัดไฟ ไม่รู้เพราะมีทอร์เนโดฮิตที่เมืองใกล้ๆ รึเปล่า (มันจะเกี่ยวกันมั้ย) แต่วันนี้ทั้งเมืองไฟดับ ยกเว้นแต่ที่ Tech เพราะ Tech มี power plant ของตัวเอง ไปซื้อของที่ Walmart เมื่อตอนเย็น ตู้เย็นที่ Walmart ก็โล่งเชียว คงยังไม่ได้เอาของมาใส่ ยังดีที่ตู้นมเขาโหลดนมเข้ามาใส่แล้ว แถมได้รองเท้าผ้าใบมาอีกคู่ เพราะคู่เก่าเน่าไปแล้ว ฝนตกตลอดเลยลงน้ำบ่อย น้ำเข้า เท้าแฉะกันแทบทุกวัน แล้วก็ได้เมล็ดมะม่วงหิมพานต์มา ไม่อร่อยเท่าของไทย แต่ก็พอแก้ขัดได้น่ะ


Sunday, October 18, 2009

Soymilk

ไม่รู้นึกอุตริอะไร ไปลองซื้อนมถั่วเหลืองมากินแทนนมสดปกติ มันเป็นของ Great Value ยี่ห้อของ Walmart ซื้อรสจืดมา ไม่อร่อยเลย เหมือนน้ำเปล่ากลิ่นเต้าหู้ T_T

คงเพราะมันเป็นรสจืด ไม่ได้ใส่น้ำตาลเหมือนน้ำเต้าหู้บ้านเรามั้ง มันเลยไม่อร่อย

ไม่เป็นไร เพื่อสุขภาพ กินมันเข้าไป


Thursday, October 08, 2009

NVIDIA's Fermi

As Moayad was in GPU Technology Conference last week, he just updated us some information about new CUDA Architecture called Fermi

Fermi
- 512 CUDA cores
- 8 faster with double precision
- on-chip shared memory
- giga thread with 16 kernels in parallel
- ECC support (ability to deal with soft error

For more info, see the white paper


Friday, October 02, 2009

New Pot

Just got it today.




There was a copper line toward the bottom, do not know what it was for.




Thursday, October 01, 2009

8800 GT vs GTX 295

As Himanshu has replaced the NVIDIA GeForce GTX 295 to the old Tesla card, I have been playing with it.

GTX 295 has 2 devices. Then when running deviceQuery, it returns that there are device 0 and 1 that have the properties as follow:

CUDA Capability Major revision number: 1
CUDA Capability Minor revision number: 3
Total amount of global memory: 939261952 bytes
Number of multiprocessors: 30
Number of cores: 240
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 16384 bytes
Total number of registers available per block: 16384
Warp size: 32
Maximum number of threads per block: 512
Maximum sizes of each dimension of a block: 512 x 512 x 64
Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
Maximum memory pitch: 262144 bytes
Texture alignment: 256 bytes
Clock rate: 1.24 GHz
Concurrent copy and execution: Yes


In simpleStreams sample code:

Device name : GeForce GTX 295
CUDA Capable SM 1.3 hardware with 30 multi-processors
scale_factor = 1.0000
array_size = 16777216
memcopy: 19.75
kernel: 19.42
non-streamed: 39.09 (39.17 expected)
4 streams: 20.88

Device name : GeForce 8800 GT
CUDA Capable SM 1.1 hardware with 14 multi-processors
scale_factor = 1.0000
array_size = 16777216
memcopy: 41.44
kernel: 39.59
non-streamed: 80.92 (81.03 expected)
4 streams: 43.94