Chris Yeung

Results 15 comments of Chris Yeung

I believe that what you propose in this issue is very important for us. We need to safeguard our codebase, because a wrong PR could destroy the whole system functionality....

@naili-xing Naili, since you told us that you would like to contribute in SINGA, could you assist us to implement this (currently we have cpu test, but we also need...

@moazreyad could you please advise us how to achieve the goal? (Adding GPU testing to Github workflows #802), I will ask some RAs to help me for the implementation.

> > @naili-xing Naili, since you told us that you would like to contribute in SINGA, could you assist us to implement this (currently we have cpu test, but we...

> > @moazreyad could you please advise us how to achieve the goal? (Adding GPU testing to Github workflows > > #802), I will ask some RAs to help me...

@joddiy will help us try if gpu emulator can run our test case first https://developer.nvidia.com/nvemulate https://stackoverflow.com/questions/40461823/is-it-possible-to-emulate-a-gpu-for-cuda-opencl-unit-testing-purposes

> > @joddiy will help us try if gpu emulator can run our test case first > > https://developer.nvidia.com/nvemulate > > https://stackoverflow.com/questions/40461823/is-it-possible-to-emulate-a-gpu-for-cuda-opencl-unit-testing-purposes > > Hi, @chrishkchris , these two GPU...

https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github FYI "The self-hosted runner uses a HTTPS long poll that opens a connection to GitHub for 50 seconds"

@moazreyad I have opened a ticket to ask the infrastructure and hopes they can give us a solution https://issues.apache.org/jira/projects/INFRA/issues/INFRA-21115?filter=allopenissues

@moazreyad They told us that we can use the API in the following link to add github secrets (to store token like username and password) https://developer.github.com/v3/actions/secrets/ @joddiy Could you help...