Cite This Page
Bibliographic details for Getting Cuda and CMake to run together
- Page name: Getting Cuda and CMake to run together
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 11 December 2007 19:41 UTC
- Date retrieved: 27 February 2026 16:24 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072
- Page Version ID: 19072
Citation styles for Getting Cuda and CMake to run together
APA style
Getting Cuda and CMake to run together. (2007, December 11). NAMIC Wiki, . Retrieved 16:24, February 27, 2026 from https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072.
MLA style
"Getting Cuda and CMake to run together." NAMIC Wiki, . 11 Dec 2007, 19:41 UTC. 27 Feb 2026, 16:24 <https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072>.
MHRA style
NAMIC Wiki contributors, 'Getting Cuda and CMake to run together', NAMIC Wiki, , 11 December 2007, 19:41 UTC, <https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072> [accessed 27 February 2026]
Chicago style
NAMIC Wiki contributors, "Getting Cuda and CMake to run together," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072 (accessed February 27, 2026).
CBE/CSE style
NAMIC Wiki contributors. Getting Cuda and CMake to run together [Internet]. NAMIC Wiki, ; 2007 Dec 11, 19:41 UTC [cited 2026 Feb 27]. Available from: https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072.
Bluebook style
Getting Cuda and CMake to run together, https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072 (last visited February 27, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Getting Cuda and CMake to run together --- NAMIC Wiki{,} ",
year = "2007",
url = "https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072",
note = "[Online; accessed 27-February-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Getting Cuda and CMake to run together --- NAMIC Wiki{,} ",
year = "2007",
url = "\url{https://www.na-mic.org/w/index.php?title=Getting_Cuda_and_CMake_to_run_together&oldid=19072}",
note = "[Online; accessed 27-February-2026]"
}