jesuisalexjamet / TLP-HPCA30-artifact

The Two Level Perceptron (TLP) predictor is a neural mechanism that effectively combines predicting whether an access will be off-chip with adaptive prefetch filtering at the first-level data cache (L1D).
https://doi.org/10.1109/HPCA57654.2024.00046
MIT License
3 stars 1 forks source link

Hello. The parameters in this command do not match the parameter names described in the figure below. The parameters in the command all start with the letter D. #6

Open szuhzw opened 3 months ago

szuhzw commented 3 months ago

The parameters in this command do not match the parameter names described in the figure below. The parameters in the command all start with the letter D.

cmake -G "Unix Makefiles" ../ -DSIMULATOR_OUTPUT_DIRECTORY="1_core_cascade_lake" -DCHAMPSIM_CPU_NUMBER_CORE=1 -DCHAMPSIM_CPU_DRAM_IO_FREQUENCY=800 -DLEGACY_TRACE=ON -DENABLE_FSP=OFF -DENABLE_DELAYED_FSP=OFF -DENABLE_BIMODAL_FSP=OFF -DENABLE_SSP=OFF make -j

image