Enzyme-ad

Latest version: v0.0.6

Safety actively analyzes 638330 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 16

0.0.86

C Abi embarrassing bugfix

0.0.85

What's Changed
* Do simple mem2reg for autodiff fn detection by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1431
* Special case gep of small_typeof by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1433
* Speed up and fix type analysis merges by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1432
* Fix memset no type handling by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1435
* Also memset undef as sret by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1436
* Fix extract invertpointer ordering by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1437
* Adding instructions for expm1f / expm1l by jlk9 in https://github.com/EnzymeAD/Enzyme/pull/1438
* Fix mem2reg on input fn arg by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1442
* Reuse intermediate loop variables on multi exit by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1443
* [BLAS] fix row transpose arg by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1440
* fix gemv rule for A by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1441
* Add blas integration infra tests by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1439
* add blas axpy support by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1445
* add blas copy support by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1447
* Add dot blas test by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1446
* Implement concat by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1450
* Nice error message for undifferentiable functions by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1451
* start fixing gemm by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1448

New Contributors
* jlk9 made their first contribution in https://github.com/EnzymeAD/Enzyme/pull/1438

**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.84...v0.0.85

0.0.84

What's Changed
* Handle memset of undef memory, even if not type analyzable by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1426
* Do not perform runtime activity check for known non-aliasing pointers by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1427
* Print debug info on assertion by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1428
* Handle null unwrap return in available map by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1429
* Fix use of exit block shared by multiple loops by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1430


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.83...v0.0.84

0.0.83

What's Changed
* fix invsqrt example by tthsqe12 in https://github.com/EnzymeAD/Enzyme/pull/1396
* Add const global test by gaurav-arya in https://github.com/EnzymeAD/Enzyme/pull/1412
* Fix julia memset runtime err by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1415
* Better c++ errors by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1417
* Generalize binop inverse of active float by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1418
* Fix adding type on mix of int/ptr/float by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1419
* Fix memset to handle non-0 address spaces by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1420
* Fix int/float memset by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1421
* Simplify insert/extract, as required for address prop by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1422
* Fix realloc for vector mode by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1423
* Ensure return roots are remateralizable by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1424

New Contributors
* gaurav-arya made their first contribution in https://github.com/EnzymeAD/Enzyme/pull/1412

**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.82...v0.0.83

0.0.82

What's Changed
* Cleanup CI by tgymnich in https://github.com/EnzymeAD/Enzyme/pull/1379
* fix c using 32bit chars instead of 8bit chars by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1383
* fix cblas layout arg by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1384
* fix transpose handling for 32 bit characters by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1385
* Handle batch ffi abi by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1390
* support more names from MS by tthsqe12 in https://github.com/EnzymeAD/Enzyme/pull/1338
* move test to right location and adjust lit syntax by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1398
* use errorhandler for more TA stuff by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1397
* Tblgen bugfix by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1378
* Fix constant global by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1401
* Fix accidental one iter store if inactive val by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1400
* Fix llvm main by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1399
* Create nicer error for nofree issue by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1407
* BCLoad pass update for CI by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1409
* Fix indirect call activity by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1408
* Use new from original in nofree by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1410
* Fix lookup normalization by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1405
* Actual fix nofree getnewfromorig by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1411


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.81...v0.0.82

0.0.81

What's Changed
* Add option for building LLVMEnzyme as static library. by erick-xanadu in https://github.com/EnzymeAD/Enzyme/pull/1377
* Fix runtime memtransfer assertion into a julia rule by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1380
* Conservatively mark active args as needed for reverse pass in BLAS ru… by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1382
* Fix incorrect replacement of switch default branch if all other branc… by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1381

New Contributors
* erick-xanadu made their first contribution in https://github.com/EnzymeAD/Enzyme/pull/1377

**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.80...v0.0.81

Page 3 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.