MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

Will the MagmaDNN keep updating? #41

Open MiZhangWhuer opened 3 years ago

MiZhangWhuer commented 3 years ago

Hi, greate work! I've successfully compiled the across win/linux platform. And I tried to do some modification to the current version that related to the GPU memory management issue. How can I been a member of your team? Is there any online communication group? And will the source code keep updating in the future?

Jmalinza commented 3 years ago

Hi, greate work! I've successfully compiled the across win/linux platform. And I tried to do some modification to the current version that related to the GPU memory management issue. How can I been a member of your team? Is there any online communication group? And will the source code keep updating in the future?

Hey, i'm not part of the team, but i'm doing some memory management research using MagmaDNN. What GPU memory issues you are referring to?

edit* I noticed that stack-smashing tensor issues after posting

MiZhangWhuer commented 3 years ago

Hi, greate work! I've successfully compiled the across win/linux platform. And I tried to do some modification to the current version that related to the GPU memory management issue. How can I been a member of your team? Is there any online communication group? And will the source code keep updating in the future?

Hey, i'm not part of the team, but i'm doing some memory management research using MagmaDNN. What GPU memory issues you are referring to?

edit* I noticed that stack-smashing tensor issues after posting

Hi, The main GPU issue is the miss-usage of pointers and GPU handle & streams. I've tried re-implemented it and added more unit testing. Do you have any communication group? I hope that we can deal with the problem online.

Jmalinza commented 3 years ago

Hi, The main GPU issue is the miss-usage of pointers and GPU handle & streams. I've tried re-implemented it and added more unit testing. Do you have any communication group? I hope that we can deal with the problem online.

I think the silence on this thread does send some signals on the direction of this project.

Please reach me via the email on my github and we can discuss further.

Dando18 commented 3 years ago

@Jmalinza @MiZhangWhuer Sorry for the delayed response. I've since switched to a different project and haven't been able to make any major changes to MagmaDNN. The group at UTK is still planning on working on it (last I spoke with them), but the majority of the work might be in the summer.

Let me know if you have any other questions!

MiZhangWhuer commented 3 years ago

@Jmalinza @MiZhangWhuer Sorry for the delayed response. I've since switched to a different project and haven't been able to make any major changes to MagmaDNN. The group at UTK is still planning on working on it (last I spoke with them), but the majority of the work might be in the summer.

Let me know if you have any other questions!

Hi, Dando18, Thanks for the replay. I've re-implement the whole project and will contribute the entire source code the the community by the end of this year. More features will be added to renew the architecture. I hope that we can communicate online. Would you mind to provide the zoom ID for video communication on behalf of your research group?

snunez1 commented 12 months ago

I was just wondering the same thing. @MiZhangWhuer, is your repo available anywhere?