thảo luận Cùng học và chia sẻ kinh nghiệm Crystal

PHP8.1 sắp tới cũng đem Fiber vào rồi, mình đang khá thắc mắc là dùng Fiber ở Real-life projects thì nó ra sao nhỉ? (ngoài run expensive tasks độc lập)
 
E đang có một cái pet project cũng viết bằng Crystal ở đây. Nó giúp các bác viết ứng dụng Desktop bằng webkitGtK. Mở rộng Javascriptcore bằng Crystal luôn. Đang nghiên cứu cách làm non-blocking IO extension cho nó mà mãi k xong :oops:
 
Crytal đang không hỗ trợ Net5, đang phải quay lại sử dụng rdlc của microsoft. bác nào đã thử triển crytal trên môi trường net5 chưa ạ
 
Num.cr v1.0.0 has been released, completing a massive overhaul of the entire interface of the library, to enable device agnostic numerical computing to be used in Crystal, leveraging both CPU and GPU devices.

Some major highlights:
  • ClTensor(T) and Tensor(T) have been merged to Tensor(T, S), with OpenCL backed storage becoming a first class citizen. All creation methods support both storage backends, and the implementation paves the way for zero-copy interop with numerous other libraries (Apache Arrow is the next prime target).
  • Num::NN and Num::Grad feature full GPU support, with almost all layers and gates supporting OpenCL backed Tensors
  • Num::Einsum allows for optimized contractions of Tensors, providing functionality identical to Numpy's einsum.
Some less flashy highlights:
 
Hướng dẫn cài đặt Crystal trên Ubuntu:

 
Back
Top