Hybridizer v1.2.10341 Release Notes

Release Date: 2019-02-21 // about 5 years ago
  • ๐Ÿ†• New in this release :

    • [experimental] generic functions
    • [experimental] cooperative_groups (no multi device sync)
    • [CUDA only] pass virtual function as argument (ldvirtftn opcode)
    • [CUDA only] complete support of is/as keywords (requires type conversion support in hybridizer options)
    • ๐Ÿ“š documentation website
    • โž• add SingleStaticAssignment attribute - for types which must be assigned immediately after declaration, such as thread_block.
    • more options for script version of hybridizer (relocatable device code, additional libraries for jitter, intrinsics, etc)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  fix atomicExpr C# implementation
    • ICustomMarshaller didn't marshal memory back to host
    • removal of hybdelegate, replaced by hybaction and hybfunc everywhere
    • static methods of generic types can be marshalled