Matthew Johnson
|
c293f7c875
|
minor: add @jit to threefry hash function in random.py
PiperOrigin-RevId: 222841601
|
2018-11-27 16:51:13 -08:00 |
|
Peter Hawkins
|
6001fd219d
|
[JAX] Python 3 fix: xla_client.initialize_platform_name() accepts a string, not bytes, so we shouldn't pass it bytes. (The previous Python 3 change was a bit overzealous and made both changes; apparently this path isn't tested by the tests because they pass an explicit --jax_xla_backend flag..)
PiperOrigin-RevId: 222810811
|
2018-11-27 16:51:08 -08:00 |
|
Roy Frostig
|
642046e2c0
|
Bridge to the XRT backend.
PiperOrigin-RevId: 222763810
|
2018-11-27 16:51:06 -08:00 |
|
Matthew Johnson
|
dbf3c606f5
|
source sync
PiperOrigin-RevId: 222500675
|
2018-11-27 16:51:00 -08:00 |
|
cclauss
|
33292ff962
|
Undefined name: from ..core import JaxTuple
[flake8](http://flake8.pycqa.org) testing of https://github.com/google/jax on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./jax/interpreters/ad.py:189:20: F821 undefined name 'JaxTuple'
return xt, JaxTuple(map(zeros_like_jaxval, xt))
^
./jax/interpreters/ad.py:196:16: F821 undefined name 'JaxTuple'
return JaxTuple(map(zeros_like_jaxval, yt)), yt
^
2 F821 undefined name 'JaxTuple'
2
```
|
2018-11-22 17:38:07 +01:00 |
|
Matthew Johnson
|
9101d66b4e
|
source sync
PiperOrigin-RevId: 222487460
|
2018-11-21 20:32:33 -08:00 |
|
Matthew Johnson
|
8317cc3618
|
source sync
PiperOrigin-RevId: 222484671
|
2018-11-21 20:32:33 -08:00 |
|
Matthew Johnson
|
3b3490f406
|
source sync
PiperOrigin-RevId: 222483357
|
2018-11-21 20:32:33 -08:00 |
|
Matthew Johnson
|
ab53373665
|
source sync
PiperOrigin-RevId: 222470141
|
2018-11-21 20:32:33 -08:00 |
|
Matthew Johnson
|
2ae9a2bc35
|
source sync
PiperOrigin-RevId: 222461242
|
2018-11-21 20:32:16 -08:00 |
|
Peter Hawkins
|
5e60639bc5
|
source sync
PiperOrigin-RevId: 222452709
|
2018-11-21 20:22:54 -08:00 |
|
Peter Hawkins
|
e180f08113
|
source sync
PiperOrigin-RevId: 222451919
|
2018-11-21 20:22:51 -08:00 |
|
Peter Hawkins
|
fe4edf2839
|
source sync
PiperOrigin-RevId: 222449830
|
2018-11-21 20:22:49 -08:00 |
|
Matthew Johnson
|
e5b76f4fde
|
source sync
PiperOrigin-RevId: 222340967
|
2018-11-21 20:22:43 -08:00 |
|
Peter Hawkins
|
065bb0baa2
|
source sync
PiperOrigin-RevId: 222291726
|
2018-11-21 20:22:41 -08:00 |
|
Matthew Johnson
|
7f546b8c02
|
source sync
PiperOrigin-RevId: 222175432
|
2018-11-21 20:22:35 -08:00 |
|
Matthew Johnson
|
25fb9b421d
|
source sync
PiperOrigin-RevId: 222170151
|
2018-11-21 20:22:33 -08:00 |
|
Roy Frostig
|
a3619ca89d
|
source sync
PiperOrigin-RevId: 222153576
|
2018-11-21 20:22:30 -08:00 |
|
Matthew Johnson
|
377322d3d4
|
remove stray file
|
2018-11-19 21:58:15 -08:00 |
|
Matthew Johnson
|
b2b1e8d70c
|
source sync
|
2018-11-19 21:24:30 -08:00 |
|
Matthew Johnson
|
50038c07c8
|
fix build file issues
|
2018-11-19 20:18:31 -08:00 |
|
Roy Frostig
|
fe11b19e46
|
source sync
|
2018-11-19 15:44:16 -08:00 |
|
Roy Frostig
|
3731ca2299
|
source sync
|
2018-11-19 15:08:46 -08:00 |
|
Roy Frostig
|
99f98f8e8c
|
source sync
|
2018-11-19 13:50:57 -08:00 |
|
Roy Frostig
|
24f7f35e16
|
source sync
|
2018-11-19 13:33:37 -08:00 |
|
Roy Frostig
|
da2d53ad33
|
source sync
|
2018-11-19 13:29:47 -08:00 |
|
Matthew Johnson
|
46c6a9170f
|
sync updates
|
2018-11-19 07:47:59 -08:00 |
|
Matthew Johnson
|
ae641fdaec
|
add 'main' to build_jax dummy py_binary target
|
2018-11-18 15:57:00 -08:00 |
|
Matthew Johnson
|
d347d65c5c
|
add dummy binary build target, move WORKSPACE up
|
2018-11-18 15:54:13 -08:00 |
|
Matthew Johnson
|
9ae0f3a610
|
split BUILD file, move up license files
|
2018-11-18 15:43:09 -08:00 |
|
Matthew Johnson
|
489dd1c81a
|
move jax tests and examples to repo root
|
2018-11-18 15:15:47 -08:00 |
|
Matthew Johnson
|
1d902436ce
|
change xla_data_pb2 import
|
2018-11-17 22:58:30 -08:00 |
|
Matthew Johnson
|
a30e858e59
|
populating source tree
|
2018-11-17 18:03:33 -08:00 |
|