-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Synopsis
Algorithm 4 with OpenCL on CPU support mining has issue with with working on some data.
Invocation
$ time java -Xmx1024m -jar target/core-0.0.1-SNAPSHOT-exe.jar
accidents.dat out 80 80 4 Stacktrace
~/code/studies/dbdw/data/accidents.dat out 80 80 4
Exception in thread "main" org.jocl.CLException: CL_INVALID_WORK_GROUP_SIZE
at org.jocl.CL.checkResult(CL.java:562)
at org.jocl.CL.clEnqueueNDRangeKernel(CL.java:15030)
at org.put.hd.dmarf.algorithms.apriori.binary.JOCLSetsEngine.getSupport(JOCLSetsEngine.java:360)
at org.put.hd.dmarf.algorithms.apriori.binary.JOCLSetsEngine.verifyCandidatesInData(JOCLSetsEngine.java:112)
at org.put.hd.dmarf.algorithms.apriori.binary.InjectableSetsEngine.verifyCandidatesInData(InjectableSetsEngine.java:53)
at org.put.hd.dmarf.algorithms.apriori.binary.BinaryApriori.startSetGeneration(BinaryApriori.java:104)
at org.put.hd.dmarf.algorithms.AlgorithmBase.start(AlgorithmBase.java:47)
at org.put.hd.dmarf.App.main(App.java:57)Reactions are currently unavailable