From fd97912c6160eb877a8b3ef359db187f02d1257f Mon Sep 17 00:00:00 2001 From: Pierre Guillou Date: Tue, 11 Feb 2014 11:11:46 +0100 Subject: [PATCH] added bibtex --- refs.bib | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 refs.bib diff --git a/refs.bib b/refs.bib new file mode 100644 index 0000000..a4327a5 --- /dev/null +++ b/refs.bib @@ -0,0 +1,64 @@ + +@book{darte_scheduling_2000, + address = {Boston}, + title = {Scheduling and automatic parallelization}, + isbn = {0817641491}, + lccn = {QA76.76.C65 D37 2000}, + publisher = {Birkhauser}, + author = {Darte, Alain}, + collaborator = {Robert, Yves and Vivien, Frédéric}, + year = {2000}, + keywords = {Compiling (Electronic computers), Parallel processing (Electronic computers)} +}, + +@book{wolfe_high_1996, + address = {Redwood City, Calif}, + title = {High performance compilers for parallel computing}, + isbn = {0805327304}, + lccn = {QA76.58 .W62 1996}, + publisher = {Addison-Wesley}, + author = {Wolfe, Michael Joseph}, + year = {1996}, + keywords = {Compilers (Computer programs), Parallel processing (Electronic computers)} +}, + +@book{zima_supercompilers_1990, + address = {New York, {N.Y.} : Wokingham, England ; Reading, Mass}, + series = {{ACM} Press frontier series}, + title = {Supercompilers for parallel and vector computers}, + isbn = {0201175606}, + lccn = {QA76.6 .Z554 1990}, + publisher = {{ACM} Press ; Addison-Wesley}, + author = {Zima, Hans}, + collaborator = {Chapman, Barbara}, + year = {1990}, + keywords = {Compilers (Computer programs), Parallel processing (Electronic computers), Programming, Supercomputers, Vector processing (Computer science)} +}, + +@book{dowd_high_1998, + address = {Beijing [China] ; Sebastopol, {CA}}, + edition = {2nd ed}, + series = {{RISC} architectures, optimization \& benchmarks}, + title = {High performance computing}, + isbn = {{156592312X}}, + lccn = {QA76.9.A73 D68 1998}, + publisher = {{O'Reilly}}, + author = {Dowd, Kevin}, + collaborator = {Severance, Charles R.}, + year = {1998}, + keywords = {Computer architecture, Electronic digital computers, Parallel processing (Electronic computers), Supercomputers} +}, + +@book{allen_optimizing_2001, + address = {San Francisco}, + edition = {1st ed}, + title = {Optimizing compilers for modern architectures: a dependence-based approach}, + isbn = {1558602860}, + lccn = {QA76.76.C65 A45 2001}, + shorttitle = {Optimizing compilers for modern architectures}, + publisher = {Morgan Kaufmann Publishers}, + author = {Allen, Randy}, + collaborator = {Kennedy, Ken}, + year = {2001}, + keywords = {Computer architecture, Optimizing compilers} +} -- 2.20.1