cuMAC, a Layer 2 MAC scheduler acceleration library, is developed to improve spectral efficiency by introducing a multi-cell scheduler with enhanced algorithms within Layer 2 of the RAN protocol stack. See link for more details.
Hi there,
I am newbie here, try to follow this instruction to setup cuMAC, Getting Started with cuMAC - NVIDIA Docs,
on step:
git clone --recurse-submodules https://gitlab-master.nvidia.com/gputelecom/cumac
got this error:
“Could not resolve host: gitlab-master.nvidia.com”
Any idea of what’s going wrong?
Any help is highly appreciated.
Thanks.
Sheng
Hi @sheng.li,
The cuBB source code folder already includes cuMAC. You can skip git clone step and directly move to the second step as follows:
- To build cuMAC, use the following commands:
cd cumac
mkdir build && cd build
cmake ..
make
Let us know if you have any other questions.
Thank you.
Hi @bkecicioglu,
Thanks for your reply, I found the cuMAC source code in cuBB, will give it a try.
Thanks.
Sheng
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.