Shicong
Shicong
Hi, I am able use ctrl+w/n (in chrome) by using `gnome-tweak-tool`, goto tab `keyboard and mouse`, set `key theme` to `emacs`(yes. not `vim`). This is by no means a fix,...
Hi @nudles , is it possible to access the machine running jenkins?
I have studied how fastai release process works, and semantic versioning and etc. In my opinion, this topic involves 2 roles: 1. developers code, commit, and send PR to `singa:master`...
Hi @nudles , how release is done currently? is this flag "TRAVIS_SECURE_ENV_VARS" (tool/travis/build.sh line 41) used? ``` bash if [[ "$TRAVIS_SECURE_ENV_VARS" == "false" ]]; # install and run unittest then...
> Yes. Currently, we use Travis to build CPU package and Jenkins to build GPU package. > If the TRAVIS_SECURE_ENV_VARS is available, the package will be uploaded to the cloud....
Hi @nudles , could you kindly advise if this PR caters this issue? https://github.com/apache/singa/pull/621 usage: https://github.com/apache/singa/blob/d25539e16b6f3551ad6b1e2a74713025e150d30c/tool/release/README.md
Hi @moazreyad , thank you for the advice, I will study how github actions works.
> 1. if the building of the conda package fails, we need to delete the newly updated tag? Alternatively, we may need to consider a pre-release version like 3.0.0-alpha0. Then,...
Hi, this is the working version of tc integration for now, with following notes: 1. tested in the environment specified in the dockerfile `cuda9` 2. it implemented `MatMul`, `Relu` in...
TODO: 1. move tc execution code into device `DoExec`, and support CPU 2. package dependencies as conda package 3. integer support