Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bin/delite CommunityDetectionCompiler --walk-only --jar
- == executing application: CommunityDetectionCompiler.deg
- Delite Runtime executing with the following arguments:
- CommunityDetectionCompiler.deg
- Delite Runtime executing with: 1 Scala thread(s), 0 Cpp thread(s), 0 Cuda(s), 0 OpenCL(s)
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4220.scala:1154: error: type mismatch;
- found : Double
- required: Int
- val x4295_zero: Int = x173
- ^
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:20: error: type mismatch;
- found : Double
- required: Int
- __act.x4552_zero = x173
- ^
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:99: error: type mismatch;
- found : Double
- required: Int
- act.x4552_zero = x173
- ^
- three errors found
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4220.scala:1154: error: type mismatch;
- found : Double
- required: Int
- val x4295_zero: Int = x173
- ^
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:20: error: type mismatch;
- found : Double
- required: Int
- __act.x4552_zero = x173
- ^
- /Volumes/data/hyperdsl/delite/generatedCache/scala/src/kernels/x4552.scala:99: error: type mismatch;
- found : Double
- required: Int
- act.x4552_zero = x173
- ^
- three errors found
- Exception in thread "main" java.lang.RuntimeException: Compilation failed
- at scala.sys.package$.error(package.scala:27)
- at ppl.delite.runtime.codegen.ScalaCompile$.compile(ScalaCompile.scala:64)
- at ppl.delite.runtime.codegen.ScalaCompile$$anonfun$compile$3.apply(ScalaCompile.scala:26)
- at ppl.delite.runtime.codegen.ScalaCompile$$anonfun$compile$3.apply(ScalaCompile.scala:23)
- at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
- at scala.collection.immutable.List.foreach(List.scala:318)
- at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
- at ppl.delite.runtime.codegen.ScalaCompile$.compile(ScalaCompile.scala:23)
- at ppl.delite.runtime.codegen.Compilers$.compileSchedule(Compilers.scala:74)
- at ppl.delite.runtime.Delite$.walkTime$1(Delite.scala:128)
- at ppl.delite.runtime.Delite$.walkAndRun(Delite.scala:157)
- at ppl.delite.runtime.Delite$.embeddedMain(Delite.scala:58)
- at ppl.delite.runtime.Delite$.main(Delite.scala:50)
- at ppl.delite.runtime.Delite.main(Delite.scala)
- error: Delite execution failed
Advertisement
Add Comment
Please, Sign In to add comment