Enzyme-ad

Latest version: v0.0.6

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

Scan your dependencies

Page 2 of 16

0.0.92

What's Changed
* Fix stability of minCut by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1527
* Add nv_atan2 explicitly by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1530
* Additional differential use stability by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1529
* Ring of springs integration test using modulo by martinjm97 in https://github.com/EnzymeAD/Enzyme/pull/1521
* Improve single type of store info for print by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1531
* Add support for multityped store operation by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1532

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

**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.91...v0.0.92

0.0.91

What's Changed
* Attempt std optional fix for older macos by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1523
* Fix SCEV memory error by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1524
* [Blas] fix temporary allocation (and deallocation) by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1525
* Fix Blas diffuse on P^3 computation by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1526


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.90...v0.0.91

0.0.90

What's Changed
* Support building in Yggdrasil with LLVM 16 by vchuravy in https://github.com/EnzymeAD/Enzyme/pull/1508
* Add nicer error messages for sparse by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1509
* Update to LLVM main change by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1511
* Add metadata to specify whether an arg is overwritten by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1512
* Fix loop rematerialization [if allocation not in the loop] by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1513
* Fix memcpy derivative for any/float combo by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1514
* Fix blas byref alpha update size by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1515
* Fix inverted bundle when undef usage by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1516
* LLVM 17 by tgymnich in https://github.com/EnzymeAD/Enzyme/pull/1387
* Fix macos test [blas] by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1518
* Eliminate warnings when building Enzyme by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1517
* Fix copy memory error [compile time] by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1519
* Mark isfinite as inactive by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1520
* Fix dlascl api by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1522


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.89...v0.0.90

0.0.89

What's Changed
* Mpi allreduce no free by ludgerpaehler in https://github.com/EnzymeAD/Enzyme/pull/1481
* Add flag to disable AD. by ludgerpaehler in https://github.com/EnzymeAD/Enzyme/pull/1482
* Tblgen diffuse by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1485
* cublas support by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1453
* Fix memory errors by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1488
* Add nice helper loose type and print type lld cmake flags by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1492
* Fix blas shadow differential use analysis by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1493
* Add loose type fallback for adding type of cast by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1494
* Fix legalOr bug in type tree by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1497
* Add Enzyme print and cleanup TA by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1496
* [NFC] Refactor adjoint generator by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1498
* Fix Type index reuse by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1499
* Add sparse to select by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1495
* Fix additional loop var issue and speed up enzyme-print-type when deb… by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1500
* Cleanup bazel and related warnings by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1502
* attribute blas fnc in PreserveNVVM by ZuseZ4 in https://github.com/EnzymeAD/Enzyme/pull/1505
* Fix transposed lda on cache by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1501
* Zero alloca in Julia Calling convention fix by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1506
* Fix unnecessary transpose usage by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1507


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.88...v0.0.89

0.0.88

What's Changed
* [SimplifyMPI] handle invoke by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1467
* controlflow fixes by tthsqe12 in https://github.com/EnzymeAD/Enzyme/pull/1425
* Fix must exit switch assertion error by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1468
* Fix blas attributor by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1470
* Fix enzyme_inactive removal on return by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1469
* Fix LLVM16 build by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1475
* Create c++ nofree attribute by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1474
* Fix Llvm main by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1476
* Add Metadata string and typetree API's by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1479
* Support return attribute of fn being active/inactive by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1478


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.87...v0.0.88

0.0.87

What's Changed
* Don't store inverted global into map [fixes module linking state] by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1456
* Add write barrier binding support by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1457
* Fix forward mode nice c++ error by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1458
* Simplify type analysis dump by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1461
* Mark mpi functions of booleans as inactive by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1464
* [Type Analysis] handle extract vector of i1 by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1463
* Add collect offset c api function by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1465


**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.86...v0.0.87

Page 2 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.