Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToAccClone.hs: TODO: handle Intersect #25

Open
tmcdonell opened this issue Oct 21, 2014 · 2 comments
Open

ToAccClone.hs: TODO: handle Intersect #25

tmcdonell opened this issue Oct 21, 2014 · 2 comments
Labels

Comments

@tmcdonell
Copy link
Member

No description provided.

@tmcdonell tmcdonell added the bug label Oct 21, 2014
@tmcdonell
Copy link
Member Author

This is when running accelerate-nofib. You get through the map benchmarks at least...

$ ./dist/build/accelerate-nofib/accelerate-nofib --cilk --float --threads=1 --maximum-generated-tests=1 +RTS -N
EKG monitor started at: http://localhost:8000

accelerate-nofib (c) [2013] The Accelerate Team

Usage: accelerate-nofib [OPTIONS]

Available backends:
     interpreter  reference implementation (sequential)
     cuda         implementation for NVIDIA GPUs (parallel)
  *  cilk         Cilk based implementation for multicore CPUs (parallel)

prelude:
  map:
    Int32:
      DIM0:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM1:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM2:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
    Int64:
      DIM0:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM1:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM2:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
    Float:
      DIM0:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM1:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
      DIM2:
        abs: [OK, passed 1 tests]
        plus: [OK, passed 1 tests]
        square: [OK, passed 1 tests]
  zipWith:
    Int32:
      DIM0:
        zip: [Failed]
accelerate-nofib: ToAccClone.hs: TODO: handle Intersect
fish: Job 1, './dist/build/accelerate-nofib/accelerate-nofib --cilk --float --threads=1 --maximum-generated-tests=1 +RTS -N' terminated by signal SIGSEGV (Address boundary error)

@tmcdonell
Copy link
Member Author

I only ran one test each because the Cilk backend is kinda slow, and I am not patient...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant