aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/presentation
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:06:40 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:06:40 -0400
commita3862f8d92d9476eab29b0c4f74e1f1e8de92520 (patch)
tree910696ab57a48ba47010586b457dc6930838178c /presentation
parente15b1d940f49be47d78af195bb450ee9ba1ffc8a (diff)
updated output to file logic
Diffstat (limited to 'presentation')
-rw-r--r--presentation/notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/presentation/notes.md b/presentation/notes.md
index b9adaf5..4863cbb 100644
--- a/presentation/notes.md
+++ b/presentation/notes.md
@@ -10,6 +10,8 @@
* Mention how when Mandelbrot initially tried to have his computed image printed, the printers kept removing the "dust" thinking it was a misprint
* cpus support greater precision than gpus
* "precision.h"
+* linking cuda object code with c code
+ * c++ mangles names, functions that are to be linked against must be declared extern
* serial algorithm for computing Mandelbrot set
* runtime
* animation where the number of frames are dependent on runtime