Commit Graph

13 Commits

Author SHA1 Message Date
Maxime Kjaer 2cb5a6aa22
Add instructions for how to see Google Cloud Build logs (#5095)
DOC
2021-05-24 11:43:19 -07:00
Matthew Soulanille 9370884478
Update contribution and development docs (#5014)
* Add example PRs to the Op contribution doc

* Add a link to the op contribution doc

* Update DEVELOPMENT.md
2021-04-30 13:55:46 -07:00
Vincent Dhennin 1a405c5f88
fix broken link (#4472)
DOC
Co-authored-by: Ping Yu <4018+pyu10055@users.noreply.github.com>
2021-02-02 11:41:56 -08:00
Y. K 5361290040 Docs improvement, better label to point out 'Good places to start' (#2228)
DOC
2019-11-04 11:05:48 -08:00
va barbosa b99bc28b75 broken links (#2033)
DOC

after moving to mono repo some links in README (and other markdown) files got broken or point to the archived repos. this PR updates such links that i found.
2019-09-24 13:37:17 -04:00
Nikhil Thorat 9fd1948cef
Cleanup markdown files after monorepo merge & add tfjs cloudbui… (#1812) 2019-08-13 11:43:39 -04:00
Nikhil Thorat 81225adc2f Merge tensorflow/tfjs-core into the monorepo. 2019-08-13 10:52:45 -04:00
Nikhil Thorat f3373db4c7
Update CONTRIBUTING.md with CI information. (#1675) 2019-06-18 13:05:02 -04:00
Nikhil Thorat 2675df14db
Further modularize unit tests. (#1665)
This PR further modularizes backends.

- Renames `src/kernels` to `src/backends` (code in these directories are more than just kernel code).
- Convert `TEST_ENVS` to a registry. Test registries in backends add themselves to the set of backends to test against. The registry is completely deactivated if someone calls `setTestEnvs` or if the environment is setup via the command line.
- Move any backend-specific tests into the respective backend directory.
- Move `WEBGL_ENVS` and `CPU_ENVS` into the backend directories.

Two slightly funky tests are in engine_test that expect CPU / WebGL backends to be registered so that they can test moving data between real backends and calling ops. For now, I let these tests depend on existence of a backend in the `engine_test.ts` for now.

In a follow up CL I will add `tsconfig.json` rules to each of the backend directories to enforce modularization.

Verified the same number of tests run locally before and after (one test, 2D FFT, I made work in more environments to the number of tests actually increased).

MISC
2019-04-11 14:00:25 -04:00
Nikhil Thorat 715fbdbca6
Implement floordiv for integer division & update CONTRIBUTING.md. (#960) 2018-04-17 11:16:06 -04:00
Edd Wilder-James 1d2d4c17b9 Add "good places to start" to the contributing doc (#169)
It's a good idea to join the mailing list to discuss work before submitting a PR, and check out the help wanted issues for tasks.
2018-04-10 13:04:48 -04:00
Stanley Bileschi f0d0a28a7a ISSUE_TEMPLATE.md (#30) 2018-03-30 09:53:08 -04:00
Daniel Smilkov 9d1d224caf initial commit 2017-08-03 13:45:13 -04:00