Closed pudding-art closed 1 month ago
Hi,
Please use the benchmark located in the address below: https://github.com/bsc-mem/Mess-benchmark/tree/main/CPU/Actual-hardware/x86/Intel-SapphireRapids-Xeon-Gold-6448Y-CXL
In the config file, you can change the target CXL device by changing the line interleave-numa-nodes ="2"
in config/sapphireRapids_CXL.toml
file. currently, interleave-numa-nodes
is set to numa node 2, which is the CXL device configured as CPU-less memory node 2.
Thank you!
Hello, I would like to use Mess-benchmark to obtain the bandwidth-delay curve for CXL memory. The CXL memory in the system is located on NUMA2 and NUMA3 nodes, as shown in the output of
numactl -H.
The current system's CPU information is as follows:
Linux Kernel Info:
6.5.0-18-generic
After modifying the config.sh file as shown below, will I be able to correctly measure the bandwidth-delay curve for CXL memory?
config.sh:
Thank you!