Skip to content

Commit 0e054ad

Browse files
committed
Add additional comment to xtask method
1 parent e30dfb4 commit 0e054ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xtask/src/runchecks.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ fn burn_dataset_features_std() {
249249
cargo_doc(["-p", "burn-dataset", "--all-features"].into());
250250
}
251251

252-
// Test burn-candle with accelerate (macOS)
252+
// Test burn-candle with accelerate (macOS only)
253+
// Leverages the macOS Accelerate framework: https://developer.apple.com/documentation/accelerate
253254
#[cfg(target_os = "macos")]
254255
fn burn_candle_accelerate() {
255256
cargo_test(["-p", "burn-candle", "--features", "accelerate"].into());
@@ -290,7 +291,7 @@ fn std_checks() {
290291
// Test each workspace
291292
cargo_test(["--workspace"].into());
292293

293-
// Test burn-candle with accelerate (macOS)
294+
// Test burn-candle with accelerate (macOS only)
294295
#[cfg(target_os = "macos")]
295296
burn_candle_accelerate();
296297

0 commit comments

Comments
 (0)