view paper/master_paper.bib @ 38:c514a9fc4579

references
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 16 Feb 2015 02:52:40 +0900
parents 79d16cee0afd
children
line wrap: on
line source

@article{yutaka:2012a,
 author = "Yutaka KINJO",

 title = "並列プログラミングフレームワーク Cerium の改良",
 journal = "琉球大学工学部情報工学科平成 24 年度学位論文 (修士)",
 month = "March",
 year = 2012
}

@article{daichi:2012a,
	author = "Daichi TOMA and Shinji KONO",
	title = "CeriumTask Manager におけるマルチコア上での並列実行機構の実装",
    journal = "第53回 プログラミング・シンポジウム",
    month = "Jan",
	year = 2012
}
 
@article{yuhi:2013a,
	author = "Yuhi TOMARI and Shinji KONO",
	title = "Cerium Task Manager の GPGPU への対応",
    journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会",
	year = 2013
}
 
@article{yuhi:2014a,
	author = "Yuhi TOMARI and Shinji KONO",
	title = "Cerium Task Manager における GPU と MultiCore CPU の同時実行",
    journal = "第55回 プログラミング・シンポジウム",
	year = 2014
}

@article{kkb:2014a,
	author = "Shouhei KOKUBO and Shinji KONO",
	title = "並列プログラミングフレームワーク Cerium のOpenCL、CUDA への対応",
    journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会",
	year = 2014
}

@article{masa:2014a,
	author = "Masataka KOHAGURA and Shinji KONO",
	title = "Cerium による並列処理向け I/O の実装",
    journal = "情報処理学会システムソフトウェアとオペレーティング・システム研究会",
	year = 2014
}

@article{fft,
	author = "Yasuhiko OGATA and Toshio ENDO and Naoya MARUYAMA and Satoshi MATSUOKA",
	title = "性能モデルに基づく CPU 及び GPU を併用する効率的な FFT ライブラリ",
    journal = "情報処理学会論文誌コンピューティングシステム",
    year  = 2008
}

@article{cell,
	author = "Sony Corporation.",
	title = "Cell broadband engine architecture",
    year =2005
}

@article{opencl,
	author = "Aaftab Munshi and Khronos OpenCL Working Group",
	title = "The OpenCL Specification Version 1.0",
    year  = 2007

}

@article{starpu,
author = "{C{\'e}dric Augonnet, Samuel Thibault, Raymond Namyst, Pierre-Andr{\'e} Wacrenier}",
title = {{StarPU: A Unified Platform for Task Scheduling on Heterogeneous Multicore Architectures}},
journal = {Concurrency and Computation: Practice and Experience, Special Issue: Euro-Par 2009},
volume = 23,
issue = 2,
pages = {187--198},
year = 2011,
month = FEB,
publisher = {John Wiley & Sons, Ltd.},
doi = {10.1002/cpe.1631},
url = {http://hal.inria.fr/inria-00550877},
keywords = {StarPU}
}

@misc{cuda,
title = "{CUDA}",
howpublished = "{https://developer.nvidia.com/category/zone/cuda-zone/}"
}