Re: [Pharo-users] Copy array of float to GPU memory

2015-06-14 Thread cheikhou
Hello Ronie. thanks for your response. >Sorry for the late answering. I needed to check some stuffs. no problem. >What kind of error are you getting? a NativeBoost error or incorrect results? Yes I were getting incorrect result. But when I use methods like asCLFloatArray and asFlotArrayFromCL it

Re: [Pharo-users] storeOn: and literal limits

2015-06-14 Thread Sean P. DeNigris
stepharo wrote > storeOn: is old because it will not handle cycles and other. > So I would simply use Ston. I agree. I ran into two problems right away - internal references are not maintained and it's easy to hit the literal array limit. However, my use case is saving data in Pharo and loading it