lhnguyen102 / cuTAGI

CUDA implementation of Tractable Approximate Gaussian Inference
MIT License
24 stars 9 forks source link

Multi-embedding Layer #35

Closed lhnguyen102 closed 10 months ago

lhnguyen102 commented 10 months ago

Description

This PR introduces the embedding layer for CPU version

Changes Made

Reviewer Note

Run the test using the following command

build/main test_embedding 
jamesgoulet commented 10 months ago

👌