chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
4.69k stars 141 forks source link

cuda error in 4.0 alpha when trying to download from browser. #63

Closed Ccode-lang closed 1 year ago

Ccode-lang commented 1 year ago
2023-01-18 16-37-17: set full screen mode
2023-01-18 16-37-17: network: get simulation list
2023-01-18 16-37-21: 1 CUDA device found
2023-01-18 16-37-21: device 0: NVIDIA GeForce RTX 3070 Ti with compute capability 8.6
2023-01-18 16-37-21: device 0 is set
2023-01-18 16-37-24: initialize simulation
2023-01-18 16-37-25: resize arrays
2023-01-18 16-37-25: cell array size: 200000
2023-01-18 16-37-25: particle array size: 200000
2023-01-18 16-37-25: token array size: 66666
2023-01-18 16-37-25: 760 MB GPU memory acquired
2023-01-18 16-37-39: network: download simulation with id=125
2023-01-18 16-37-43: close simulation
2023-01-18 16-37-43: initialize simulation
2023-01-18 16-37-43: The following exception occurred: CUDA error at C:\alien\source\EngineGpuKernels\CudaMemoryManager.cuh:30 code=2(cudaErrorMemoryAllocation) "cudaMalloc(&result, sizeof(T)*arraySize)"

Here is the log.txt

caichenyi92 commented 1 year ago

您好,您的邮件已收到,我会尽快回复,谢谢。

蔡陈翼

东南大学建筑学院

南京市玄武区四牌楼2号Tel:18652966253

Ccode-lang commented 1 year ago

I just noticed I forgot to checkout to the v4 branch 🤦