Commit 9d2c0fed by amberhosen

cleanup

parent d06a64b7
This diff is collapsed. Click to expand it.
File deleted
File deleted
File deleted
File deleted
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#define RIVSIZE 25000 #define RIVSIZE 25000
#define CACHESIZE 0 #define CACHESIZE 0
#define NONZEROS 2 #define NONZEROS 2
#define THRESHOLD 0.98 #define THRESHOLD 0.99
#include "RIVtools.h" #include "RIVtools.h"
......
File deleted
RIVcull: RIVcullDestructive.c
makefile : RIVcullGPU.cu RIVtools.c RIVLower.c RIVaccessories.c gcc -o RIVcull RIVcullDestructive.c -lm -O3
nvcc RIVcullGPU.cu -o RIVcullG RIVtools.o RIVLower.o RIVaccessories.o -lm -O3
File deleted
#include <stdio.h>
#include "RIVtools.h"
int main(){
lexOpen("/home/drbob/Documents/lexicon");
lexPull("unseemli");
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment