Op#miza#on of CUDA- based Monte Carlo Simula#on for Radia#on Therapy. GTC 2014 N. Henderson & K. Murakami

Size: px
Start display at page:

Download "Op#miza#on of CUDA- based Monte Carlo Simula#on for Radia#on Therapy. GTC 2014 N. Henderson & K. Murakami"

Transcription

1 Op#miza#on of CUDA- based Monte Carlo Simula#on for Radia#on Therapy GTC 2014 N. Henderson & K. Murakami

2 The collabora#on Special thanks to the CUDA Center of Excellence Program Makoto Asai, SLAC Joseph Perl, SLAC Andrea DoO, SLAC Koichi Murakami, KEK Takashi Sasaki, KEK Margot Gerritsen, ICME Nick Henderson, ICME 2

3 Radiotherapy simula#on methods Analy#c #me: seconds to minutes accurate within 3-5% used in treatment planning Monte Carlo #me: several hours to days of CPU #me accurate within 1-2% used to verify treatment plans in certain cases 3

4 Project overview GPU based dose calcula#on for radia#on therapy CT data Input Processing GPU/CUDA Dose calc. Output DICOM Visualiza#on gmocren Features GPU code based on Geant4 Voxelized geometry DICOM interface Material is water with variable density Limited Geant4 EM physics: electron/positron/gamma Scoring of dose in each voxel Process secondary par#cles

5 Geant4 High Energy Physics Space & Radia#on Medical Physics ATLAS LISA gmocren Images from: Geant4 gallery and gmocren

6 Basic idea Par#cles are transported through material in steps Physics processes act on par#cles and may generate secondaries Par#cles are removed when out of domain or out of energy

7 A single step

8 G4CU: CUDA implementa#on Each GPU thread processes a single par#cle un#l the par#cle exits the geometry Each thread has a stack for secondary par#cles Every thread takes a step in each itera#on Algorithm is periodically interrupted for various ac#ons Periodic actions Check termination conditions Generate primary particles Pop secondary particles Check resources Take step 8

9 G4CU: parallel execu#on kernel launches along-step post-step thread 0 thread 1 thread 2 gamma wait transport Compton scattering wait wait gamma wait transport wait Photoelectric effect wait electron ionization transport wait wait Bremsstrahlung CUDA kernels are applied to all par#cles Threads must wait if physics process does not apply to par#cle Parallel execu#on is achieved: maintenance opera#ons transport process same process on same par#cle

10 Performance and valida#on Hardware and so`ware: GPU: Tesla K20 Kepler 2496 cores, 706 MHz, 5GB GDDR5 (ECC) CPU Xeon X5680 (3.33GHz) single thread opera#on SDK: CUDA 5.5 Geant4 release 9.6 p2

11 Phantom geometry 30 cm 30.5 cm 10 cm water {water, lung, bone} water 100 cm 5 cm 20 cm voxel size: 5mm x 5mm x 2mm

12 Par#cle sources 20 MeV electron / 6 MeV photons (mono- energy) 6 MV & 18 MV spectrum photons

13 Depth dose distribu#on: water phantom 6MeV photon, 20 MeV electron dose along central axis Sep/25/ th Geant4 Collaboration meeting 18

14 Comparisons for slab phantoms 6MV photon, Lung/Bone as inner slab material

15 Visualiza#on with gmocren Image for demonstra#on purposes only! 50M 6MeV photons Pencil beam configura#on

16 Challenges Geant4 is complex Implement targeted subset Varied character of physics process Bad occupancy No clear op#miza#on target Random simula#on Thread divergence Lookup (interpola#on) tables Thread divergence Non- ideal memory access Energy deposi#on in global array Possible race condi#on Non- ideal memory access

17 Process Physics Processes Lines of code Ini#aliza#on kernel registers Step length kernel registers Ac#on kernel registers Compton scaiering Photo electric effect Gamma conversion Bremsstrahlung Ioniza#on (18,18) (60,36) Scaiering Positron annihila#on Electron removal Transport (20,22)

18 Physics Profile (6 MeV gamma) Sum of Time(%) step along-step after-step other init at-rest Grand Total em-helper ionization multiple-scattering management transport bremsstrahlung positron-annihilation compton-scattering gamma-conversion photo-electric-effect electron-removal Grand Total

19 Op#miza#on 1: dose storage Old idea: use thrust to join and reduce dose stacks into global array Beier idea: use atomicadd Speedup: ~1.5 (at the #me) index dose dose stack i join and sort dose stack j reduce by index

20 Op#miza#on 2: device configura#on 6 MeV gamma pencil beam 3,000,000 events Table shows run #me / shortest #me Voxels: 61 x 61 x = 22 seconds ~ 136 events / ms threads per block blocks threads per block blocks

21 Other op#miza#ons New hardware! Refactoring New features some#me slow us down Results from: 512 x 512 x 256 geometry 6 MeV gamma pencil beam Date Hardware Feature Time (min) Events / ms March C May K June K20 atomicadd July K20 mul#ple scaiering August K20 world volume Current K20 Refactoring, device config

22 Comparison to Geant4 on CPU Geometry:61 x 61 x 150 GPU: Tesla K20 CPU: Xeon X core, 12 thread Our measurement was with single threaded G4 New G4 is mul#- threaded We mul'ply by 12 to get CPU events / ms CPU GPU 20 MeV electron (pencil) 6 MeV photon (pencil) Time (h) Events / ms / core Events / ms Time (min) Events / ms speedup (GPU/core) speedup (GPU/CPU)

23 Other op#miza#on experiments 6 MeV gamma pencil beam 1,000,000 events Voxels: 61 x 61 x 150 Experiment Run #me (s) Events / ms standard prefer L1 cache disable L1 cache remove atomicadd limit to 32 registers no thread divergence, no atomic add no thread divergence, no atomic add, limit to 32 registers add bounds checking

24 Going forward Hope to get factor 1.5 speed up from spliong par#cles into separate CUDA streams Reduce thread divergence Allow concurrent kernel launches Some possible benefits from using texture memory and hardware interpola#on for lookup tables Look for other opportuni#es in expensive kernels

25 Acknowledgements NVidia for support of the CUDA Center of Excellence Koichi Murakami Makoto Asai, Joseph Pearl, Andrea SLAC Takashi KEK Akinori Kimura, Ashikaga Ins#tute of Technology 25

CUDA- based Geant4 Monte Carlo Simula8on for Radia8on Therapy. N. Henderson & K. Murakami GTC 2013

CUDA- based Geant4 Monte Carlo Simula8on for Radia8on Therapy. N. Henderson & K. Murakami GTC 2013 CUDA- based Geant4 Monte Carlo Simula8on for Radia8on Therapy N. Henderson & K. Murakami GTC 2013 1 The collabora8on Makoto Asai, SLAC Joseph Perl, SLAC Koichi Murakami, KEK- SLAC Takashi Sasaki, KEK Margot

More information

MPEXS benchmark results

MPEXS benchmark results MPEXS benchmark results - phase space data - Akinori Kimura 14 February 2017 Aim To validate results of MPEXS with phase space data by comparing with Geant4 results Depth dose and lateral dose distributions

More information

gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia 8/7/2013

gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia 8/7/2013 gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia xunjia@ucsd.edu 8/7/2013 gpmc project Proton therapy dose calculation Pencil beam method Monte Carlo method gpmc project Started

More information

The Geant4-DNA project at the Physics-Biology frontier. JFY2015(BIO_02) reports and JFY2016(APP_01) plan Sébastien Incerti, CENBG Takashi Sasaki, KEK

The Geant4-DNA project at the Physics-Biology frontier. JFY2015(BIO_02) reports and JFY2016(APP_01) plan Sébastien Incerti, CENBG Takashi Sasaki, KEK The Geant4-DNA project at the Physics-Biology frontier JFY2015(BIO_02) reports and JFY2016(APP_01) plan Sébastien Incerti, CENBG Takashi Sasaki, KEK 2016 Project members Leader Sébastien Incerti Dr. CENBG/IN2P3

More information

GPU Based Convolution/Superposition Dose Calculation

GPU Based Convolution/Superposition Dose Calculation GPU Based Convolution/Superposition Dose Calculation Todd McNutt 1, Robert Jacques 1,2, Stefan Pencea 2, Sharon Dye 2, Michel Moreau 2 1) Johns Hopkins University 2) Elekta Research Funded by and Licensed

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Monte Carlo Methods 1 Monte Carlo! Most accurate at predicting dose distributions! Based on

More information

A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans

A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans H. Wan Chan Tseung 1 J. Ma C. Beltran PTCOG 2014 13 June, Shanghai 1 wanchantseung.hok@mayo.edu

More information

GPU applications in Cancer Radiation Therapy at UCSD. Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC

GPU applications in Cancer Radiation Therapy at UCSD. Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC GPU applications in Cancer Radiation Therapy at UCSD Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC Conventional Radiotherapy SIMULATION: Construciton, Dij Days PLANNING:

More information

Outline. Outline 7/24/2014. Fast, near real-time, Monte Carlo dose calculations using GPU. Xun Jia Ph.D. GPU Monte Carlo. Clinical Applications

Outline. Outline 7/24/2014. Fast, near real-time, Monte Carlo dose calculations using GPU. Xun Jia Ph.D. GPU Monte Carlo. Clinical Applications Fast, near real-time, Monte Carlo dose calculations using GPU Xun Jia Ph.D. xun.jia@utsouthwestern.edu Outline GPU Monte Carlo Clinical Applications Conclusions 2 Outline GPU Monte Carlo Clinical Applications

More information

Electron Dose Kernels (EDK) for Secondary Particle Transport in Deterministic Simulations

Electron Dose Kernels (EDK) for Secondary Particle Transport in Deterministic Simulations Electron Dose Kernels (EDK) for Secondary Particle Transport in Deterministic Simulations A. Al-Basheer, G. Sjoden, M. Ghita Computational Medical Physics Team Nuclear & Radiological Engineering University

More information

GPU-based fast Monte Carlo simulation for radiotherapy dose calculation

GPU-based fast Monte Carlo simulation for radiotherapy dose calculation GPU-based fast Monte Carlo simulation for radiotherapy dose calculation Xun Jia, Xuejun Gu, Yan Jiang Graves, Michael Folkerts, and Steve B. Jiang Center for Advanced Radiotherapy Technologies and Department

More information

Monte Carlo simulations. Lesson FYSKJM4710 Eirik Malinen

Monte Carlo simulations. Lesson FYSKJM4710 Eirik Malinen Monte Carlo simulations Lesson FYSKJM4710 Eirik Malinen MC simulations 1 Simulations of stochastic processes Interactions are stochastic: the path of a single ionizing particle may not be predicted Interactions

More information

Op#miza#on of a Fast CT System for More Accurate Radiotherapy. Erica Cherry, Meng Wu, and Rebecca Fahrig

Op#miza#on of a Fast CT System for More Accurate Radiotherapy. Erica Cherry, Meng Wu, and Rebecca Fahrig Op#miza#on of a Fast CT System for More Accurate Radiotherapy Erica Cherry, Meng Wu, and Rebecca Fahrig Problem: mo#on during treatment Two overlapping thorax views during normal breathing liver lung spine

More information

ELECTRON DOSE KERNELS TO ACCOUNT FOR SECONDARY PARTICLE TRANSPORT IN DETERMINISTIC SIMULATIONS

ELECTRON DOSE KERNELS TO ACCOUNT FOR SECONDARY PARTICLE TRANSPORT IN DETERMINISTIC SIMULATIONS Computational Medical Physics Working Group Workshop II, Sep 30 Oct 3, 2007 University of Florida (UF), Gainesville, Florida USA on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) ELECTRON DOSE

More information

Representing Range Compensators in the TOPAS Monte Carlo System

Representing Range Compensators in the TOPAS Monte Carlo System Representing Range Compensators in the TOPAS Monte Carlo System, Jan Schuemann, Jungwook Shin, Bruce Faddegon, Harald Paganetti, and Joseph Perl SLAC National Accelerator Laboratory University of Illinois

More information

Status and plan for the hadron therapy simulation project in Japan

Status and plan for the hadron therapy simulation project in Japan Status and plan for the hadron therapy simulation project in Japan Takashi Sasaki KEK and CREST, JST Takashi.Sasaki@kek.jp The Project The Development of Software Framework for Simulation in Radiotherapy

More information

Monte Carlo simulations

Monte Carlo simulations MC simulations Monte Carlo simulations Eirik Malinen Simulations of stochastic processes Interactions are stochastic: the path of a single ioniing particle may not be predicted Interactions are quantified

More information

Improvements in Monte Carlo simulation of large electron fields

Improvements in Monte Carlo simulation of large electron fields SLAC-PUB-12908 October 2007 Improvements in Monte Carlo simulation of large electron fields Bruce A Faddegon 1, Joseph Perl 2 and Makoto Asai 2 1 University of California San Francisco Comprehensive Cancer

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Dose calculation algorithms! Correction based! Model based 1 Dose calculation algorithms!

More information

Faster Navigation in Voxel Geometries (DICOM) Joseph Perl (SLAC/SCCS) G4NAMU AAPM Houston 27 July 2008

Faster Navigation in Voxel Geometries (DICOM) Joseph Perl (SLAC/SCCS) G4NAMU AAPM Houston 27 July 2008 Faster Navigation in Voxel Geometries (DICOM) Joseph Perl (SLAC/SCCS) G4NAMU meeting @ AAPM Houston 27 July 2008 Technical Challenge #2 for Geant4 Med Apps: Patient Geometry HEP: constructive solid geometry

More information

Michael Speiser, Ph.D.

Michael Speiser, Ph.D. IMPROVED CT-BASED VOXEL PHANTOM GENERATION FOR MCNP MONTE CARLO Michael Speiser, Ph.D. Department of Radiation Oncology UT Southwestern Medical Center Dallas, TX September 1 st, 2012 CMPWG Workshop Medical

More information

Implementation of the EGSnrc / BEAMnrc Monte Carlo code - Application to medical accelerator SATURNE43

Implementation of the EGSnrc / BEAMnrc Monte Carlo code - Application to medical accelerator SATURNE43 International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 6 No. 3 July 2014, pp. 635-641 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Implementation

More information

Comparison of absorbed dose distribution 10 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm

Comparison of absorbed dose distribution 10 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison of absorbed dose distribution 1 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm To cite

More information

Breaking Through the Barriers to GPU Accelerated Monte Carlo Particle Transport

Breaking Through the Barriers to GPU Accelerated Monte Carlo Particle Transport Breaking Through the Barriers to GPU Accelerated Monte Carlo Particle Transport GTC 2018 Jeremy Sweezy Scientist Monte Carlo Methods, Codes and Applications Group 3/28/2018 Operated by Los Alamos National

More information

Software Suite for Particle Therapy Simulation

Software Suite for Particle Therapy Simulation Software Suite for Particle Therapy Simulation Takashi Sasaki KEK Computing Research Center and CREST/JST Takashi.Sasaki@kek.jp The Project The Development of Software Framework for Simulation in Radiotherapy

More information

Arezoo Modiri Department of Radiation Oncology University of Maryland, Baltimore

Arezoo Modiri Department of Radiation Oncology University of Maryland, Baltimore Photon Optimization with GPU and Multi- Core CPU; What are the issues?, PhD Parallelization CPUs/Clusters/Cloud/GPUs Data management Outline Computation-Intensive Applications in Photon Radiotherapy Dose

More information

Transitioning from pencil beam to Monte Carlo for electron dose calculations

Transitioning from pencil beam to Monte Carlo for electron dose calculations Transitioning from pencil beam to Monte Carlo for electron dose calculations Jessie Huang-Vredevoogd (jyhuang4@wisc.edu) University of Wisconsin NCC AAPM October 12, 2019 1 Topics to cover Background RayStation

More information

Indrin Chetty Henry Ford Hospital Detroit, MI. AAPM Annual Meeting Houston 7:30-8:25 Mon 08/07/28 1/30

Indrin Chetty Henry Ford Hospital Detroit, MI.   AAPM Annual Meeting Houston 7:30-8:25 Mon 08/07/28 1/30 Review of TG105: Issues associated with clinical implementation of Monte Carlo-based photon and electron external beam treatment planning D. W. O. Rogers, Carleton Laboratory for Radiotherapy Physics,

More information

Hidenobu Tachibana The Cancer Institute Hospital of JFCR, Radiology Dept. The Cancer Institute of JFCR, Physics Dept.

Hidenobu Tachibana The Cancer Institute Hospital of JFCR, Radiology Dept. The Cancer Institute of JFCR, Physics Dept. 2-D D Dose-CT Mapping in Geant4 Hidenobu Tachibana The Cancer Institute Hospital of JFCR, Radiology Dept. The Cancer Institute of JFCR, Physics Dept. Table of Contents Background & Purpose Materials Methods

More information

Outline. Monte Carlo Radiation Transport Modeling Overview (MCNP5/6) Monte Carlo technique: Example. Monte Carlo technique: Introduction

Outline. Monte Carlo Radiation Transport Modeling Overview (MCNP5/6) Monte Carlo technique: Example. Monte Carlo technique: Introduction Monte Carlo Radiation Transport Modeling Overview () Lecture 7 Special Topics: Device Modeling Outline Principles of Monte Carlo modeling Radiation transport modeling with Utilizing Visual Editor (VisEd)

More information

A Geant4 based treatment plan verification tool: commissioning of the LINAC model and DICOM-RT interface

A Geant4 based treatment plan verification tool: commissioning of the LINAC model and DICOM-RT interface A Geant4 based treatment plan verification tool: commissioning of the LINAC model and DICOM-RT interface Iwan Cornelius, Chris Poole. Stephen Warwick, Christian Langton Discipline of Physics, Faculty of

More information

Por$ng Monte Carlo Algorithms to the GPU. Ryan Bergmann UC Berkeley Serpent Users Group Mee$ng 9/20/2012 Madrid, Spain

Por$ng Monte Carlo Algorithms to the GPU. Ryan Bergmann UC Berkeley Serpent Users Group Mee$ng 9/20/2012 Madrid, Spain Por$ng Monte Carlo Algorithms to the GPU Ryan Bergmann UC Berkeley Serpent Users Group Mee$ng 9/20/2012 Madrid, Spain 1 Outline Introduc$on to GPUs Why they are interes$ng How they operate Pros and cons

More information

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT Anand P Santhanam Assistant Professor, Department of Radiation Oncology OUTLINE Adaptive radiotherapy for head and

More information

Effects of the difference in tube voltage of the CT scanner on. dose calculation

Effects of the difference in tube voltage of the CT scanner on. dose calculation Effects of the difference in tube voltage of the CT scanner on dose calculation Dong Joo Rhee, Sung-woo Kim, Dong Hyeok Jeong Medical and Radiological Physics Laboratory, Dongnam Institute of Radiological

More information

Release Notes for Dosimetry Check with Convolution-Superposition Collapsed Cone Algorithm (CC)

Release Notes for Dosimetry Check with Convolution-Superposition Collapsed Cone Algorithm (CC) Dosimetry Check for convolution/superposition collapsed cone (CC), Page 1 of 11 Release Notes for Dosimetry Check with Convolution-Superposition Collapsed Cone Algorithm (CC) File: CCReleaseNotes.doc Date:

More information

MCNP4C3-BASED SIMULATION OF A MEDICAL LINEAR ACCELERATOR

MCNP4C3-BASED SIMULATION OF A MEDICAL LINEAR ACCELERATOR Computational Medical Physics Working Group Workshop II, Sep 3 Oct 3, 7 University of Florida (UF), Gainesville, Florida USA on CD-ROM, American Nuclear Society, LaGrange Park, IL (7) MCNP4C3-BASED SIMULATION

More information

EVALUATION OF SPEEDUP OF MONTE CARLO CALCULATIONS OF TWO SIMPLE REACTOR PHYSICS PROBLEMS CODED FOR THE GPU/CUDA ENVIRONMENT

EVALUATION OF SPEEDUP OF MONTE CARLO CALCULATIONS OF TWO SIMPLE REACTOR PHYSICS PROBLEMS CODED FOR THE GPU/CUDA ENVIRONMENT International Conference on Mathematics and Computational Methods Applied to Nuclear Science and Engineering (M&C 2011) Rio de Janeiro, RJ, Brazil, May 8-12, 2011, on CD-ROM, Latin American Section (LAS)

More information

Monte Carlo methods in proton beam radiation therapy. Harald Paganetti

Monte Carlo methods in proton beam radiation therapy. Harald Paganetti Monte Carlo methods in proton beam radiation therapy Harald Paganetti Introduction: Proton Physics Electromagnetic energy loss of protons Distal distribution Dose [%] 120 100 80 60 40 p e p Ionization

More information

CUDA Optimization with NVIDIA Nsight Visual Studio Edition 3.0. Julien Demouth, NVIDIA

CUDA Optimization with NVIDIA Nsight Visual Studio Edition 3.0. Julien Demouth, NVIDIA CUDA Optimization with NVIDIA Nsight Visual Studio Edition 3.0 Julien Demouth, NVIDIA What Will You Learn? An iterative method to optimize your GPU code A way to conduct that method with Nsight VSE APOD

More information

GPU-based high-performance computing for radiotherapy applications

GPU-based high-performance computing for radiotherapy applications GPU-based high-performance computing for radiotherapy applications Julien Bert, PhD CHRU de Brest LaTIM INSERM UMR1101 Radiotherapy Irradiation of the tumor: Maximum dose to the tumor Healthy surrounding

More information

Proton dose calculation algorithms and configuration data

Proton dose calculation algorithms and configuration data Proton dose calculation algorithms and configuration data Barbara Schaffner PTCOG 46 Educational workshop in Wanjie, 20. May 2007 VARIAN Medical Systems Agenda Broad beam algorithms Concept of pencil beam

More information

Calculation algorithms in radiation therapy treatment planning systems

Calculation algorithms in radiation therapy treatment planning systems Calculation algorithms in radiation therapy treatment planning systems Colleen DesRosiers, Ph.D. AAMD Region III annual meeting, Indianapolis, Indiana April 12, 2013 Learning Objectives 1. The learner

More information

Soft GPGPUs for Embedded FPGAS: An Architectural Evaluation

Soft GPGPUs for Embedded FPGAS: An Architectural Evaluation Soft GPGPUs for Embedded FPGAS: An Architectural Evaluation 2nd International Workshop on Overlay Architectures for FPGAs (OLAF) 2016 Kevin Andryc, Tedy Thomas and Russell Tessier University of Massachusetts

More information

CS GPU and GPGPU Programming Lecture 8+9: GPU Architecture 7+8. Markus Hadwiger, KAUST

CS GPU and GPGPU Programming Lecture 8+9: GPU Architecture 7+8. Markus Hadwiger, KAUST CS 380 - GPU and GPGPU Programming Lecture 8+9: GPU Architecture 7+8 Markus Hadwiger, KAUST Reading Assignment #5 (until March 12) Read (required): Programming Massively Parallel Processors book, Chapter

More information

Supercomputing the Cascade Processes of Radiation Transport

Supercomputing the Cascade Processes of Radiation Transport 19 th World Conference on Non-Destructive Testing 2016 Supercomputing the Cascade Processes of Radiation Transport Mikhail ZHUKOVSKIY 1, Mikhail MARKOV 1, Sergey PODOLYAKO 1, Roman USKOV 1, Carsten BELLON

More information

Artifact Mitigation in High Energy CT via Monte Carlo Simulation

Artifact Mitigation in High Energy CT via Monte Carlo Simulation PIERS ONLINE, VOL. 7, NO. 8, 11 791 Artifact Mitigation in High Energy CT via Monte Carlo Simulation Xuemin Jin and Robert Y. Levine Spectral Sciences, Inc., USA Abstract The high energy (< 15 MeV) incident

More information

Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code

Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code American Journal of Biomedical Engineering 216, 6(4): 124-131 DOI: 1.5923/j.ajbe.21664.3 Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code Ankit Kajaria 1,*, Neeraj Sharma

More information

A dedicated tool for PET scanner simulations using FLUKA

A dedicated tool for PET scanner simulations using FLUKA A dedicated tool for PET scanner simulations using FLUKA P. G. Ortega FLUKA meeting June 2013 1 Need for in-vivo treatment monitoring Particles: The good thing is that they stop... Tumour Normal tissue/organ

More information

Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers

Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers Krista Chytyk MSc student Supervisor: Dr. Boyd McCurdy Introduction The objective of cancer radiotherapy

More information

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v9.5 Kernel III Makoto Asai (SLAC) Geant4 Tutorial Course Contents Fast simulation (Shower parameterization) Multi-threading Computing performance Kernel III - M.Asai (SLAC) 2 Fast simulation (shower

More information

Detector simulations for in-beam PET with FLUKA. Francesco Pennazio Università di Torino and INFN, TORINO

Detector simulations for in-beam PET with FLUKA. Francesco Pennazio Università di Torino and INFN, TORINO Detector simulations for in-beam PET with FLUKA Francesco Pennazio Università di Torino and INFN, TORINO francesco.pennazio@unito.it Outline Why MC simulations in HadronTherapy monitoring? The role of

More information

Comparison of Predictions by MCNP and EGSnrc of Radiation Dose

Comparison of Predictions by MCNP and EGSnrc of Radiation Dose Comparison of Predictions by MCNP and EGSnrc of Radiation Dose Computational Medical Physics Working Group Workshop II, Sep 30 Oct 3, 2007 at UF imparted to various Material Targets by Beams and small

More information

GPU-based fast gamma index calcuation

GPU-based fast gamma index calcuation 1 GPU-based fast gamma index calcuation 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Xuejun Gu, Xun Jia, and Steve B. Jiang Center for Advanced Radiotherapy Technologies

More information

Profiling & Tuning Applica1ons. CUDA Course July István Reguly

Profiling & Tuning Applica1ons. CUDA Course July István Reguly Profiling & Tuning Applica1ons CUDA Course July 21-25 István Reguly Introduc1on Why is my applica1on running slow? Work it out on paper Instrument code Profile it NVIDIA Visual Profiler Works with CUDA,

More information

Op#miza#on of an On- Board Imaging System for Rapid Radiotherapy. Erica Kemmerling, Meng Wu, He Yang, and Rebecca Fahrig

Op#miza#on of an On- Board Imaging System for Rapid Radiotherapy. Erica Kemmerling, Meng Wu, He Yang, and Rebecca Fahrig Op#miza#on of an On- Board Imaging System for Rapid Radiotherapy Erica Kemmerling, Meng Wu, He Yang, and Rebecca Fahrig Problem: mo#on during treatment Two overlapping thorax views during normal breathing

More information

Photon Dose Algorithms and Physics Data Modeling in modern RTP

Photon Dose Algorithms and Physics Data Modeling in modern RTP Photon Dose Algorithms and Physics Data Modeling in modern RTP Niko Papanikolaou, PhD Professor and Director of Medical Physics University of Texas Health Science Center of San Antonio Cancer Therapy &

More information

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging

CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging CUDA and OpenCL Implementations of 3D CT Reconstruction for Biomedical Imaging Saoni Mukherjee, Nicholas Moore, James Brock and Miriam Leeser September 12, 2012 1 Outline Introduction to CT Scan, 3D reconstruction

More information

Efficient Memory and Bandwidth Management for Industrial Strength Kirchhoff Migra<on

Efficient Memory and Bandwidth Management for Industrial Strength Kirchhoff Migra<on Efficient Memory and Bandwidth Management for Industrial Strength Kirchhoff Migra

More information

Evaluation of latent variances in Monte Carlo dose calculations with Varian TrueBeam photon phase-spaces used as a particle source

Evaluation of latent variances in Monte Carlo dose calculations with Varian TrueBeam photon phase-spaces used as a particle source Evaluation of latent variances in Monte Carlo dose calculations with Varian TrueBeam photon phase-spaces used as a particle source Eyad Alhakeem, 1, 2, Sergei Zavgorodni 2,1 1 Department of Physics and

More information

GPU-accelerated ray-tracing for real-time treatment planning

GPU-accelerated ray-tracing for real-time treatment planning Journal of Physics: Conference Series OPEN ACCESS GPU-accelerated ray-tracing for real-time treatment planning To cite this article: H Heinrich et al 2014 J. Phys.: Conf. Ser. 489 012050 View the article

More information

Mesh Human Phantoms with MCNP

Mesh Human Phantoms with MCNP LAUR-12-01659 Mesh Human Phantoms with MCNP Casey Anderson (casey_a@lanl.gov) Karen Kelley, Tim Goorley Los Alamos National Laboratory U N C L A S S I F I E D Slide 1 Summary Monte Carlo for Radiation

More information

Assesing multileaf collimator effect on the build-up region using Monte Carlo method

Assesing multileaf collimator effect on the build-up region using Monte Carlo method Pol J Med Phys Eng. 2008;14(3):163-182. PL ISSN 1425-4689 doi: 10.2478/v10013-008-0014-0 website: http://www.pjmpe.waw.pl M. Zarza Moreno 1, 2, N. Teixeira 3, 4, A. P. Jesus 1, 2, G. Mora 1 Assesing multileaf

More information

Introduction to GPU hardware and to CUDA

Introduction to GPU hardware and to CUDA Introduction to GPU hardware and to CUDA Philip Blakely Laboratory for Scientific Computing, University of Cambridge Philip Blakely (LSC) GPU introduction 1 / 35 Course outline Introduction to GPU hardware

More information

THE SIMULATION OF THE 4 MV VARIAN LINAC WITH EXPERIMENTAL VALIDATION

THE SIMULATION OF THE 4 MV VARIAN LINAC WITH EXPERIMENTAL VALIDATION 2007 International Nuclear Atlantic Conference - INAC 2007 Santos, SP, Brazil, September 30 to October 5, 2007 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-02-1 THE SIMULATION OF

More information

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine Journal of Physics: Conference Series PAPER OPEN ACCESS ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine To cite this article: Noemi Calace et al 2015 J. Phys.: Conf. Ser. 664 072005

More information

The OpenGATE Collaboration

The OpenGATE Collaboration The OpenGATE Collaboration GATE developments and future releases GATE Users meeting, IEEE MIC 2015, San Diego Sébastien JAN CEA - IMIV sebastien.jan@cea.fr Outline Theranostics modeling Radiobiology Optics

More information

Accuracy of treatment planning calculations for conformal radiotherapy van 't Veld, Aart Adeodatus

Accuracy of treatment planning calculations for conformal radiotherapy van 't Veld, Aart Adeodatus University of Groningen Accuracy of treatment planning calculations for conformal radiotherapy van 't Veld, Aart Adeodatus IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's

More information

A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT

A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT A Fast GPU-Based Approach to Branchless Distance-Driven Projection and Back-Projection in Cone Beam CT Daniel Schlifske ab and Henry Medeiros a a Marquette University, 1250 W Wisconsin Ave, Milwaukee,

More information

A CT-based Monte Carlo Dose Calculations for Proton Therapy Using a New Interface Program

A CT-based Monte Carlo Dose Calculations for Proton Therapy Using a New Interface Program World Academy of Science, Engineering and Technology 53 29 A CT-based Monte Carlo Dose Calculations for Proton Therapy Using a New Interface Program A. Esmaili Torshabi, A. Terakawa, K. Ishii, H. Yamazaki,

More information

Validation of GEANT4 Monte Carlo Simulation Code for 6 MV Varian Linac Photon Beam

Validation of GEANT4 Monte Carlo Simulation Code for 6 MV Varian Linac Photon Beam Validation of GEANT4 Monte Carlo Code for 6 MV Varian Linac Photon Beam E. Salama ab*, A.S. Ali c, N. Emad d and A. Radi a a Physics Department, Faculty of Science, Ain Shams University, Cairo, Egypt;

More information

An approach to calculate and visualize intraoperative scattered radiation exposure

An approach to calculate and visualize intraoperative scattered radiation exposure Peter L. Reicertz Institut für Medizinische Informatik An approach to calculate and visualize intraoperative scattered radiation exposure Markus Wagner University of Braunschweig Institute of Technology

More information

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code reports of practical oncology and radiotherapy 1 5 (2 0 1 0) 64 68 available at www.sciencedirect.com journal homepage: http://www.rpor.eu/ Original article Measurement of depth-dose of linear accelerator

More information

Suitability Study of MCNP Monte Carlo Program for Use in Medical Physics

Suitability Study of MCNP Monte Carlo Program for Use in Medical Physics Nuclear Energy in Central Europe '98 Terme Catez, September 7 to 10, 1998 SI0100092 Suitability Study of MCNP Monte Carlo Program for Use in Medical Physics R. Jeraj Reactor Physics Division, Jozef Stefan

More information

CSE 591/392: GPU Programming. Introduction. Klaus Mueller. Computer Science Department Stony Brook University

CSE 591/392: GPU Programming. Introduction. Klaus Mueller. Computer Science Department Stony Brook University CSE 591/392: GPU Programming Introduction Klaus Mueller Computer Science Department Stony Brook University First: A Big Word of Thanks! to the millions of computer game enthusiasts worldwide Who demand

More information

Code characteristics

Code characteristics The PENELOPE Computer code M.J. Anagnostakis Nuclear Engineering Department National Technical University of Athens The PENELOPE code system PENetration and Energy LOss of Positrons and Electrons in matter

More information

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs

Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs Parallel Direct Simulation Monte Carlo Computation Using CUDA on GPUs C.-C. Su a, C.-W. Hsieh b, M. R. Smith b, M. C. Jermy c and J.-S. Wu a a Department of Mechanical Engineering, National Chiao Tung

More information

Documentation, examples and user support

Documentation, examples and user support Documentation, examples and user support Makoto Asai (SLAC PPA/SCA) November 12th, 2014 Geant4 tutorial @ ANS Winter Meeting 2014 Geant4 User Documenta0on Four manuals distributed at every Geant4 release

More information

Tesla GPU Computing A Revolution in High Performance Computing

Tesla GPU Computing A Revolution in High Performance Computing Tesla GPU Computing A Revolution in High Performance Computing Gernot Ziegler, Developer Technology (Compute) (Material by Thomas Bradley) Agenda Tesla GPU Computing CUDA Fermi What is GPU Computing? Introduction

More information

General Purpose GPU Computing in Partial Wave Analysis

General Purpose GPU Computing in Partial Wave Analysis JLAB at 12 GeV - INT General Purpose GPU Computing in Partial Wave Analysis Hrayr Matevosyan - NTC, Indiana University November 18/2009 COmputationAL Challenges IN PWA Rapid Increase in Available Data

More information

VALIDATION OF A MONTE CARLO DOSE CALCULATION ALGORITHM FOR CLINICAL ELECTRON BEAMS IN THE PRESENCE OF PHANTOMS WITH COMPLEX HETEROGENEITIES

VALIDATION OF A MONTE CARLO DOSE CALCULATION ALGORITHM FOR CLINICAL ELECTRON BEAMS IN THE PRESENCE OF PHANTOMS WITH COMPLEX HETEROGENEITIES VALIDATION OF A MONTE CARLO DOSE CALCULATION ALGORITHM FOR CLINICAL ELECTRON BEAMS IN THE PRESENCE OF PHANTOMS WITH COMPLEX HETEROGENEITIES by Shayla Landfair Enright A Thesis Submitted to the Faculty

More information

84 Luo heng-ming et al Vol. 12 Under the condition of one-dimensional slab geometry the transport equation for photons reads ±()N(x; μ; ) du d N(

84 Luo heng-ming et al Vol. 12 Under the condition of one-dimensional slab geometry the transport equation for photons reads ±()N(x; μ; ) du d N( Vol 12 No 7, July 23 cfl 23 Chin. Phys. Soc. 19-1963/23/12(7)/83-6 Chinese Physics and IOP Publishing Ltd The penetration, diffusion and energy deposition of high-energy photon * Luo heng-ming(λπξ) a),

More information

Validation of Proton Nozzle. Jae-ik Shin (KIRAMS) Sebyeong Lee (NCC)

Validation of Proton Nozzle. Jae-ik Shin (KIRAMS) Sebyeong Lee (NCC) Validation of Proton Nozzle Jae-ik Shin (KIRAMS) Sebyeong Lee (NCC) Outline 1. Proposal 2. Status Report of BeamNozzle example 3. Comparison between simulation and measurement 4. Summary Proposal Goal

More information

GATE-RT Applications in Radiation Therapy

GATE-RT Applications in Radiation Therapy GATE-RT Applications in Radiation Therapy GATE Training, Orsay, April 2011 David SARRUT Creatis - CNRS Lyon - France GATE-RT: Radiation Therapy applications Related to dose distribution Radiotherapy: therapy

More information

From Biological Cells to Populations of Individuals: Complex Systems Simulations with CUDA (S5133)

From Biological Cells to Populations of Individuals: Complex Systems Simulations with CUDA (S5133) From Biological Cells to Populations of Individuals: Complex Systems Simulations with CUDA (S5133) Dr Paul Richmond Research Fellow University of Sheffield (NVIDIA CUDA Research Centre) Overview Complex

More information

Geant4-DICOM Interface-based Monte Carlo Simulation to Assess Dose Distributions inside the Human Body during X-Ray Irradiation

Geant4-DICOM Interface-based Monte Carlo Simulation to Assess Dose Distributions inside the Human Body during X-Ray Irradiation 52 Sang-Tae Kim : Geant4-DICOM Interface-based Monte Carlo Simulation to Assess Dose Distributions inside the Human Body during X-Ray Irradiation http://dx.doi.org/10.5392/ijoc.2012.8.2.052 Geant4-DICOM

More information

Using GPUs to compute the multilevel summation of electrostatic forces

Using GPUs to compute the multilevel summation of electrostatic forces Using GPUs to compute the multilevel summation of electrostatic forces David J. Hardy Theoretical and Computational Biophysics Group Beckman Institute for Advanced Science and Technology University of

More information

I. INTRODUCTION. Figure 1. Radiation room model at Dongnai General Hospital

I. INTRODUCTION. Figure 1. Radiation room model at Dongnai General Hospital International Journal of Computational Engineering Research Vol, 04 Issue, 4 Simulation of Photon and Electron dose distributions 5 code for the treatment area using the linear electron accelerator (LINAC)

More information

Source Model Tuning for a 6 MV Photon Beam used in Radiotherapy

Source Model Tuning for a 6 MV Photon Beam used in Radiotherapy Journal of Physics: Conference Series Source Model Tuning for a 6 MV Photon Beam used in Radiotherapy To cite this article: Lukas A Hirschi et al 2007 J. Phys.: Conf. Ser. 74 021008 View the article online

More information

Comparison of measured and Monte Carlo calculated electron beam central axis depth dose in water

Comparison of measured and Monte Carlo calculated electron beam central axis depth dose in water Original article UDC: 681.324:519.245 Archive of Oncology 2001;9(2):83-7. Comparison of measured and Monte Carlo calculated electron beam central axis depth dose in water Darko LALIÆ 1 Radovan D. ILIÆ

More information

Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon

Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon WHITE PAPER Introduction Introducing an image guidance system based on Cone Beam CT (CBCT) and a mask immobilization

More information

Construction of Voxel-type Phantom Based on Computed Tomographic Data of RANDO Phantom for the Monte Carlo Simulations

Construction of Voxel-type Phantom Based on Computed Tomographic Data of RANDO Phantom for the Monte Carlo Simulations Construction of Voxel-type Phantom Based on Computed Tomographic Data of RANDO Phantom for the Monte Carlo Simulations K. Minami 1, K. Ejiri 1, M. Shimo 1, M. Kato, Y. Takeuchi, K. Yonemochi, H. Toyama

More information

ARTCOLL PACKAGE FOR GAMMA ART6000 TM ROTATING GAMMA SYSTEM EMISSION SPECTRA CALCULATION

ARTCOLL PACKAGE FOR GAMMA ART6000 TM ROTATING GAMMA SYSTEM EMISSION SPECTRA CALCULATION ARTCOLL PACKAGE FOR GAMMA ART6000 TM ROTATING GAMMA SYSTEM EMISSION SPECTRA CALCULATION Radovan D Ili}. PhD Institute of Nuclear Sciences Vin~a Belgrade, Serbia and Tomasz K. Helenowski, M.D. 936 Burnham

More information

Mathematical computations with GPUs

Mathematical computations with GPUs Master Educational Program Information technology in applications Mathematical computations with GPUs GPU architecture Alexey A. Romanenko arom@ccfit.nsu.ru Novosibirsk State University GPU Graphical Processing

More information

Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code

Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code Iran. J. Radiat. Res., 2006; 4 (1): 7-14 Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code. Mesbahi * Department of Medical Physics, Medical School,

More information

Limitations in the PHOTON Monte Carlo gamma transport code

Limitations in the PHOTON Monte Carlo gamma transport code Nuclear Instruments and Methods in Physics Research A 480 (2002) 729 733 Limitations in the PHOTON Monte Carlo gamma transport code I. Orion a, L. Wielopolski b, * a St. Luke s/roosevelt Hospital, Columbia

More information

Determination of primary electron beam parameters in a Siemens Primus Linac using Monte Carlo simulation

Determination of primary electron beam parameters in a Siemens Primus Linac using Monte Carlo simulation Determination of primary electron beam parameters in a Siemens Primus Linac using Monte Carlo simulation Danial Seifi Makrani 1, Hadi Hasanzadeh 2*, Tayyeb Allahverdi Pourfallah 3, Arash Ghasemi 4, Majid

More information

Monitor Unit (MU) Calculation

Monitor Unit (MU) Calculation Monitor Unit (MU) Calculation Timothy C. Zhu 1, Haibo Lin 1, and JiaJian Shen 2 1 University of Pennsylvania, Philadelphia, PA 2 Mayo Clinic, Phoenix, AZ Introduction Pencil-beam based dose/mu algorithms

More information

Monte Carlo Simulation for Neptun 10 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters

Monte Carlo Simulation for Neptun 10 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters Monte Carlo Simulation for Neptun 1 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters M.T. Bahreyni Toossi a, M. Momen Nezhad b, S.M. Hashemi a a Medical Physics Research Center,

More information

Massively Parallel GPU-friendly Algorithms for PET. Szirmay-Kalos László, Budapest, University of Technology and Economics

Massively Parallel GPU-friendly Algorithms for PET. Szirmay-Kalos László,   Budapest, University of Technology and Economics Massively Parallel GPU-friendly Algorithms for PET Szirmay-Kalos László, http://cg.iit.bme.hu, Budapest, University of Technology and Economics (GP)GPU: CUDA (OpenCL) Multiprocessor N Multiprocessor 2

More information

UNIVERSITY OF CALGARY. Monte Carlo model of the Brainlab Novalis Classic 6 MV linac using the GATE simulation. platform. Jared K.

UNIVERSITY OF CALGARY. Monte Carlo model of the Brainlab Novalis Classic 6 MV linac using the GATE simulation. platform. Jared K. UNIVERSITY OF CALGARY Monte Carlo model of the Brainlab Novalis Classic 6 MV linac using the GATE simulation platform by Jared K. Wiebe A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL

More information