Skip to content

Kernel.execute(_range, _passes) used much host memory when _passes > 1 #69

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1.Attached Main.Java used much host memory

What is the expected output? What do you see instead?
LINE 14: kernel.execute(Range.create(512, 64), 2); // <- used huge memory and 
throw OutOfMemoryError
but...
LINE 14: kernel.execute(Range.create(512, 64), 1); // <- not huge
why happened?

What version of the product are you using? On what operating system?
aparapi-2012-05-06, Windows7 SP1 64bit, NVIDIA GeForce GTX 680 as GPU.
(can GTX680 write clinfo?)

Please provide any additional information below.
I think Main class used huge memory only when 
-Dcom.amd.aparapi.executionMode=gpu...

Original issue reported on code.google.com by anonym...@gmail.com on 12 Sep 2012 at 10:22

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions