diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-05 13:26:21 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-05 13:26:21 -0400 |
commit | 48cb6fc276143567e13bfec6846721beb4ca2f46 (patch) | |
tree | f0b9352b107494bd7c6c4371a3a2d3bd0f4e392a /.hgignore | |
download | chroma-48cb6fc276143567e13bfec6846721beb4ca2f46.tar.gz chroma-48cb6fc276143567e13bfec6846721beb4ca2f46.tar.bz2 chroma-48cb6fc276143567e13bfec6846721beb4ca2f46.zip |
beginnings of some cuda linear algebra operations and a kernel to test them.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..ea5e656 --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax:glob +*.pyc +*~
\ No newline at end of file |