Closed soloman817 closed 9 years ago
Hi Xiang, Try to add the Serializable attribute to CalcPIParam
[Serializable]
public class CalcPIParam
Sorry for the weird exception, I think that it is fixed in the master branch.
@palladin thanks, I added that, and it works smoothly now!
Hi guys,
I tried a C# coded gpu code with Alea GPU, and want to run it through mbrace azure. But I get null reference exception from CloudFlow.Apply()
the C# code is : https://github.com/quantalea/GPUCloudDemo/blob/master/MyApp.CS/CalcPI.cs#L54 and the code to launch it with mbrace azure is: https://github.com/quantalea/GPUCloudDemo/blob/master/CloudScripts/CalcPI_CS.fsx#L55
I get the following error when trying to run it:
For how to run the cloud gpu demo, please reference: https://github.com/quantalea/GPUCloudDemo/blob/master/README.md