Here is your new benchmark(5.2MB), java and opencl needed: Please run from commandline or batch file as: java -Xms3G -Xmx3G -jar performance.jar java -Xms3G -Xmx3G -jar normal.jar java -Xms3G -Xmx3G -jar quality.jar performance setting: http://www.datafilehost.com/d/580da7a7 http://www.fileswap.com/dl/EMcPaQ7SLz/ normal setting: http://www.datafilehost.com/d/d753f78f http://www.fileswap.com/dl/w9SQgTwBE3/ Quality setting: http://www.datafilehost.com/d/31a6ab9b Can you put lightLoad, mediumLevel and heavyStress test results? Thanks. Usage: http://www.youtube.com/watch?v=HKsqYoMlwas LMB to add fluid, space to add boundary, R to reset, ESC to quit. My results: Tugrul_512bit HD7870(1150/1375) FX8150(3.9GHz) ---> light=3552 (GPU %90), medium=975 (GPU %96), heavy=504(GPU %98) Some visuals:
I tried open any *.jar but crash (=no appear new window) without any error message running XP x86 and Win 7 x64 with lastest Java runtime.
Could you try bench2 60 120 0 or java -jar bench2.jar 60 120 0 from a .bat file please? When there is no error, this could be windows path problem.
ok but I can't bench because look errors: Code: D:\temp\extractHere>bench2.bat D:\temp\extractHere>java -jar bench2.jar 60 120 0 javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(Unknown Source) at hesaplama.interop.resimAc(interop.java:925) at hesaplama.interop.<init>(interop.java:82) at hesaplama.interop.main(interop.java:1048) Exception in thread "main" java.lang.NullPointerException at hesaplama.interop.resimAc(interop.java:931) at hesaplama.interop.<init>(interop.java:82) at hesaplama.interop.main(interop.java:1048)
Fixed all errors and added raytracing to the rightside of screen. You can interact with only left side of screen. performance setting: http://www.datafilehost.com/d/580da7a7 http://www.fileswap.com/dl/EMcPaQ7SLz/ normal setting: http://www.datafilehost.com/d/d753f78f http://www.fileswap.com/dl/w9SQgTwBE3/ Quality setting: http://www.datafilehost.com/d/31a6ab9b Loading can take a minute. Benchmark lasts same.
I've tried the normal setting...it opens but it freezes when compiling the kernel and then shuts down.
I can bench at quality mode! Thank. but... [IMG=http://imagizer.imageshack.us/v2/xq90/594/m9zt.jpg][/IMG] Sound graphics problem? NOTE: for GeForce users: OpenCL 1.1 has performance problem because this version is 1.5x slower than OCL 1.0. i5-2500K@4.5GHz and GTX 480@stock-reference with 331.82WHQL (HQ)
openCL 1.1 is a part of driver branch, you can't use higher driver and have openCL1.0 inside.. igpu had 1.2 too with 20compute units :nerd:
Just found the root of this issue: java was defaulted to 128MB memory which sucked. Here is the windows batch command to alleviate the pain: java -Xms3G -Xmx3G -jar performance.jar ofcourse quality.jar if you are to quality.
needs to run by "java -Xms3G -Xmx3G -jar performance.jar" commmand from a batch file because java is default by 128MB which is just a grain of salt for this program(only for compile time, thats why it closes itself) java -Xms3G -Xmx3G -jar performance.jar java -Xms3G -Xmx3G -jar normal.jar java -Xms3G -Xmx3G -jar quality.jar here is my hd7870 @ 1000/1200 for quality setting:
It seems like java is not always write once run everywhere There should be a fluid play in the left side. Maybe bugged drivers or some leaks somewhere. (this program is designed for discrete graphics for now)
I'm getting this error message for all 3 benches: Code: Exception in thread "main" org.jocl.CLException: CL_INVALID_GL_SHAREGROUP_REFERE NCE_KHR at org.jocl.CL.checkResult(CL.java:686) at org.jocl.CL.clCreateContext(CL.java:3803) at hesaplama.lwjglCLHesap.<init>(lwjglCLHesap.java:93) at hesaplama.interop.<init>(interop.java:117) at hesaplama.interop.main(interop.java:1315)
Lwjgl or jocl or drivers or os is not compatible with one of the others as it seems. Will check that compatibility. Thank you for trying anyway.