Changes between Version 2 and Version 3 of UGT2008


Ignore:
Timestamp:
Jul 1, 2009 7:30:00 PM (15 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UGT2008

    v2 v3  
    77== Title:Japanese Chess Program by the Monte Carlo Method on Playstation 3 == 
    88 
    9  
    10  
    11  
    129= 藤原一樹 = 
    1310== Title:Fast Simulation of Gravitational N-body Problem on GPU == 
     11== 概要 == 
     12The gravitational N-body problem is a problem concerning the planet movement, when interacting between the fixed star and planet by universal gravitation such as the solar system. However, solving the gravitational N-body problem with a CPU takes a lot of time. In this paper, I show how to speed-up solving the gravitational N-body problem by using GPU, which is high performance graphic processing unit. In addition, to achieve higher performance, I optimized my program on GPU by loop unrolling. As a result, the peak performance to solve 100000-body problem was about 500 GFLOPS in my optimized program on GPU. 
    1413 
    1514= 星淳喜 = 
    1615== Title:Shogi System using the Monte Carlo Method on the Multi-core CPU == 
     16== 概要 == 
     17The Monte Carlo Method for table games becoming increasingly popular. We use the Monte Carlo Method for Shogi. The Monte Carlo Method needs a lot of computational complexity. However, each Monte Carlo tree search for Shogi is independence and implemented easily for parallel processing. Then, our Shogi system is implemented on the Multi-core CPU. As a result, the number of playout lenearly-increase when the number of thread increase. And the number of winning percentage increases slightly when the number of playout increases. 
    1718 
    1819= 細田和弘 = 
    1920== Title:Acceleration of Solid Body Simulations using GPU == 
     21== 概要 == 
     22The particle simulation is to compute various movements of the particle virtually in the program. However, because it takes time to calculate when number of particles increases, it is not possible to simulate it in real time with only CPU. Then, I attempts to speed-up the particle simulations by using Graphics Processing Unit(GPU) whose arithmetic capacity is higher than that of CPU. As a result, it is possible to simulate with GPU particle simulations in realtime with GPU up to the number of particles of 8000.