Popular repositories
-
-
Forked from facebook/folly
Folly is an open-source C++ library developed and used at Facebook.
C++ 1
-
-
Forked from photonstorm/phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
JavaScript
-
152 contributions in the last year
Activity overview
Contribution activity
June 2021
Created a pull request in tensorflow/tensorflow that received 14 comments
Change profiler dir to non-temporary in Keras TensorBoard callback
This is to fix the issue #49852. Without the fix, the profiler dir will always be deleted for non-chief node under MWMS mode when Keras TensorBoard…
Opened 1 other pull request in 1 repository
tensorflow/tensorflow
1
open
Reviewed 2 pull requests in 1 repository
tensorflow/tensorflow 2 pull requests
Created an issue in tensorflow/tensorflow that received 5 comments
Why is cudaFree(nullptr) needed?
Per code here: 4535bd5#diff-b0331d3a83e4697c835bec57bc002586de8a3f93b520cad43edf07218dc0ea0eR748, it is calling cudaFree(nullptr) as part of cuda i…