diff options
author | Ingo Albrecht <prom@berlin.ccc.de> | 2009-02-03 11:00:10 +0100 |
---|---|---|
committer | Ingo Albrecht <prom@berlin.ccc.de> | 2009-02-03 11:00:10 +0100 |
commit | 26a95cc318fcc8022a42f679d81b41d949771b8d (patch) | |
tree | 0f9e0969fe24ad18053249e2c874a86497665f39 /A5.1/CUDA/README | |
parent | c8747f28d85fcc6c9f431fb2afc9627c4356826d (diff) |
Imported a somewhat optimized A5.1 implementation for CUDA.
Diffstat (limited to 'A5.1/CUDA/README')
-rw-r--r-- | A5.1/CUDA/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/A5.1/CUDA/README b/A5.1/CUDA/README new file mode 100644 index 0000000..02b3c5e --- /dev/null +++ b/A5.1/CUDA/README @@ -0,0 +1,5 @@ + +To compile the CUDA kernel, copy (not link) this directory +into your the project directory of your CUDA SDK, cd into +it and "make verbose=1". + |