@@ -88,7 +88,7 @@ static inline void arch_send_call_function_single_ipi(int cpu) { externstructplat_smp_ops*mp_ops;/* private */ mp_ops->send_ipi_mask(&cpumask_of_cpu(cpu),SMP_CALL_FUNCTION); mp_ops->send_ipi_mask(cpumask_of(cpu),SMP_CALL_FUNCTION); } staticinlinevoidarch...
cpumask: remove deprecated functions. mips: fix obsolete cpumask_of_cpu usage. x86: fix more deprecated cpu function usage. ia64: remove deprecated cpus_ usage. powerpc: fix deprecated CPU_MASK_CPU0 usage. CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region. staging/lustre/o2iblnd:...
Hello, I've recently switched computers to be able to run the Resnet101 part of the Mask RCNN code. The problem I've been facing is that the program keeps using the CPU instead of the GPU. Current Computer Setup: NVIDIA RTX 3090 24GB GPU ...
const struct cpumask *affinity_mask) { return tags->cpumask; int queue = -1, cpu = 0;set->mq_map = kzalloc_node(sizeof(*set->mq_map) * nr_cpu_ids, GFP_KERNEL, set->numa_node); if (!set->mq_map) return -ENOMEM;if