Code Monkey home page Code Monkey logo

pfac's People

Contributors

brucelinco avatar

pfac's Issues

Make not working...

What steps will reproduce the problem?
1. Trying to make the simple_example in ./test

2. I do `make`

3. Get an error

What is the expected output? What do you see instead?
Should make the simple_example

What version of the product are you using? On what operating system?
Ubuntu 11.04 32-bit, g++/gcc 4.4.5

Please provide any additional information below.
eamorr@dx2000:~/Desktop/PFAC-v1.1/test$ make
g++ -m32 -fopenmp -c -O2 -D_REENTRANT -Wall -I/usr/local/cuda/include 
-I/home/eamorr/Desktop/PFAC-v1.1/test/include -o ../obj/simple_example.o 
simple_example.cpp
simple_example.cpp:47: fatal error: PFAC.h: No such file or directory
compilation terminated.
make: *** [../obj/simple_example.o] Error 1

I've done an `export 
PFAC_LIB_ROOT=$PFAC_LIB_ROOT:/home/eamorr/Desktop/PFAC-v1.1`

Any information as to how to resolve this problem is much appreciated.

Thanks in advance,

Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 2:57

missing libraries in lib

What steps will reproduce the problem?
Make. (OS:  ubuntu 12.04)

What is the expected output? What do you see instead?
static library libpfac.a is not generated post a make in the lib folder. lib 
folder contains libpfac_sm11.so libpfac_sm12.so libpfac_sm13.so libpfac_sm20.so 
and libpfac.so
The  sample test file simple_example.exe terminates with  assertion failed.


Original issue reported on code.google.com by [email protected] on 25 Jan 2015 at 5:51

Attachments:

Timings for PFAC_matchFromDeviceReduce vs PFAC_matchFromHostReduce

What version of the product are you using? On what operating system?
PFAC 1.0, on RHEL 6

Please provide any additional information below.

I measured the time it takes for PFAC_matchFromHostReduce and the equivalent 
steps when using PFAC_matchFromDeviceReduce. Both functions take about the same 
time to complete when the size of the input string is 100MB.

Timing for PFAC_matchFromHostReduce: 56 ms

Timing for equivalent steps using PFAC_matchFromDeviceReduce:
cudaMalloc: 0.3 ms
cudaMemcpy(d_input_string, h_input_string, input_size, cudaMemcpyHostToDevice): 
18 ms
PFAC_matchFromDeviceReduce: 26 ms
cudaMemcpy of d_pos and d_match_result back to CPU: 0.3 ms
cudaFree of d_input_string, d_pos and d_match_result: 11 ms
Total: 57 ms

Original issue reported on code.google.com by [email protected] on 29 Apr 2011 at 1:49

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.