Ignore:
Timestamp:
Jun 30, 2023, 1:48:25 PM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
master, stuck-waitfor-destruct
Children:
599dc6a
Parents:
70e47fec
Message:

added to conclusion, cleaned up and added some citations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    r70e47fec rc9019ce  
    170170}
    171171
     172@misc{linux:iouring,
     173  author = "Linux man pages",
     174  title = "io\_uring(7) - Linux manual page",
     175  howpublished = {\href{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},
     176  note = "[Online; accessed 23-May-2023]"
     177}
     178
    172179@article{Ichbiah79,
    173180  title={Preliminary Ada reference manual},
     
    188195}
    189196
    190 
    191 
     197@misc{openmp,
     198  author = "OpenMP",
     199  title = "OPENMP API Specification",
     200  howpublished = {\href{https://www.openmp.org/spec-html/5.0/openmpch1.html}},
     201  note = "[Online; accessed 23-May-2023]"
     202}
     203
     204@techreport{wilson94,
     205  title={The suif compiler system: a parallelizing and optimizing research compiler},
     206  author={Wilson, Robert and French, Robert and Wilson, Christopher and Amarasinghe, Saman and Anderson, Jennifer and Tjiang, Steve and Liao, Shih-Wei and Tseng, Chau-Wen and Hall, Mary and Lam, Monica and others},
     207  year={1994},
     208  institution={Stanford University Technical Report No. CSL-TR-94-620}
     209}
     210
     211@misc{haskell:parallel,
     212  author = "Haskell Wiki",
     213  title = "Parallel Haskell",
     214  howpublished = {\href{https://wiki.haskell.org/Parallel}},
     215  note = "[Online; accessed 23-May-2023]"
     216}
     217
     218@misc{gcc:atomics,
     219  author = "GCC team",
     220  title = "Built-in Functions for Memory Model Aware Atomic Operations",
     221  howpublished = {\href{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},
     222  note = "[Online; accessed 23-May-2023]"
     223}
     224
Note: See TracChangeset for help on using the changeset viewer.